|
|
@@ -29,7 +29,8 @@
|
|
|
android:label="@string/app_name"
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
android:supportsRtl="true"
|
|
|
- android:theme="@style/AppTheme">
|
|
|
+ android:theme="@style/AppTheme"
|
|
|
+ android:usesCleartextTraffic="true">
|
|
|
<activity
|
|
|
android:name=".ui.activity.MainActivity"
|
|
|
android:screenOrientation="portrait">
|
|
|
@@ -46,16 +47,16 @@
|
|
|
</activity>
|
|
|
<activity
|
|
|
android:name=".sdk.fdd.FDDWebViewActivity"
|
|
|
- android:windowSoftInputMode="stateHidden|adjustPan"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="stateHidden|adjustPan" />
|
|
|
<activity
|
|
|
android:name=".ui.activity.WebViewActivity"
|
|
|
- android:windowSoftInputMode="stateHidden|adjustPan"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="stateHidden|adjustPan" />
|
|
|
<activity
|
|
|
android:name=".ui.activity.LoginActivity"
|
|
|
- android:windowSoftInputMode="stateHidden|adjustPan"
|
|
|
- android:screenOrientation="portrait">
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="stateHidden|adjustPan">
|
|
|
|
|
|
</activity>
|
|
|
<activity
|