Skip to content

Commit 7881288

Browse files
Merge pull request #2279 from nextcloud/backport/2273/stable-4.3
[stable-4.3] Improve edit note UI
2 parents a61a446 + 57e4ad7 commit 7881288

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/main/AndroidManifest.xml

+1-3
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)