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