Skip to content

Commit 7ea1b84

Browse files
authored
Merge pull request #797 from rojo69/master
Privacy and Terms of Service links did not react on touches.
2 parents b0dea24 + b4ee6c6 commit 7ea1b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EmailAuth/FirebaseEmailAuthUI/Resources/FUIEmailEntryViewController.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<rect key="frame" x="0.0" y="896.5" width="375" height="100"/>
2929
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
3030
<subviews>
31-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Terms of Service" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9ea-qX-Sdg" customClass="FUIPrivacyAndTermsOfServiceView">
31+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Terms of Service" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="9ea-qX-Sdg" customClass="FUIPrivacyAndTermsOfServiceView">
3232
<rect key="frame" x="10" y="0.0" width="355" height="100"/>
3333
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
3434
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.28999999999999998" colorSpace="custom" customColorSpace="sRGB"/>

EmailAuth/FirebaseEmailAuthUI/Resources/FUIPasswordRecoveryViewController.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<fontDescription key="fontDescription" type="system" pointSize="12"/>
3737
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
3838
</textView>
39-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" editable="NO" text="Terms of Service" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3ap-1R-mtP" userLabel="Terms Of Service View" customClass="FUIPrivacyAndTermsOfServiceView">
39+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" editable="NO" text="Terms of Service" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="3ap-1R-mtP" userLabel="Terms Of Service View" customClass="FUIPrivacyAndTermsOfServiceView">
4040
<rect key="frame" x="0.0" y="69" width="375" height="30.5"/>
4141
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
4242
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.28999999999999998" colorSpace="custom" customColorSpace="sRGB"/>

0 commit comments

Comments
 (0)