Skip to content

Commit

Permalink
[FIX]Activity.TermsConditionActivity was missing in AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Oct 4, 2019
1 parent 549596e commit a644823
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
<activity
android:name=".Activity.TermsConditionActivity"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
</application>

</manifest>

0 comments on commit a644823

Please sign in to comment.