Add files via upload
Added fix for issues #190 & #259 both rotation/orientation related
This commit is contained in:
parent
f7915d614d
commit
7993fbc5b5
@ -37,7 +37,9 @@
|
|||||||
android:scheme="@string/oauth_scheme" />
|
android:scheme="@string/oauth_scheme" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".MainActivity" />
|
<activity
|
||||||
|
android:name=".MainActivity" android:configChanges="orientation|screenSize|keyboardHidden">
|
||||||
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".ComposeActivity"
|
android:name=".ComposeActivity"
|
||||||
android:windowSoftInputMode="stateVisible|adjustResize">
|
android:windowSoftInputMode="stateVisible|adjustResize">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user