Added fix for issues #190 & #259 both rotation/orientation related
@ -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">
android:name=".ComposeActivity"
android:windowSoftInputMode="stateVisible|adjustResize">