We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c7b9b commit 2c5123aCopy full SHA for 2c5123a
bootpay/src/main/AndroidManifest.xml
@@ -9,7 +9,7 @@
9
android:allowBackup="true"
10
android:supportsRtl="true">
11
<activity android:name=".bio.activity.BootpayBioActivity" android:screenOrientation="portrait" android:theme="@style/Theme.Transparent" android:windowSoftInputMode="adjustResize"/>
12
- <activity android:name=".bio.activity.BootpayBioWebviewActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize"/>
+ <activity android:name=".bio.activity.BootpayBioWebviewActivity" android:screenOrientation="portrait" android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:windowSoftInputMode="adjustResize"/>
13
</application>
14
15
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
0 commit comments