Skip to content

Commit 57e4ad7

Browse files
alperozturk96backportbot[bot]
authored andcommitted
Improve edit note UI
Signed-off-by: alperozturk <[email protected]>
1 parent a61a446 commit 57e4ad7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
android:name=".main.MainActivity"
3333
android:label="@string/app_name"
3434
android:theme="@style/Theme.App.Starting"
35-
android:exported="true"
36-
android:launchMode="singleInstance">
35+
android:exported="true">
3736
<intent-filter>
3837
<action android:name="android.intent.action.MAIN" />
3938
<category android:name="android.intent.category.LAUNCHER" />
@@ -88,7 +87,6 @@
8887
<activity
8988
android:name=".edit.EditNoteActivity"
9089
android:label="@string/simple_edit"
91-
android:launchMode="singleTask"
9290
android:parentActivityName=".main.MainActivity"
9391
android:windowSoftInputMode="stateHidden"
9492
android:exported="true">

0 commit comments

Comments
 (0)