mirror of
https://github.com/leanote/leanote-android.git
synced 2025-10-14 14:10:56 +00:00
#89 avoid activity get recreated temporary
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
<activity
|
||||
android:name=".ui.edit.NoteEditActivity"
|
||||
android:screenOrientation="portrait"
|
||||
android:configChanges="uiMode|keyboard|keyboardHidden"
|
||||
android:label="@string/app_name" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
|
Reference in New Issue
Block a user