Skip to content

Commit

Permalink
Merge pull request #2279 from nextcloud/backport/2273/stable-4.3
Browse files Browse the repository at this point in the history
[stable-4.3] Improve edit note UI
  • Loading branch information
AndyScherzinger authored Jul 12, 2024
2 parents a61a446 + 57e4ad7 commit 7881288
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
android:name=".main.MainActivity"
android:label="@string/app_name"
android:theme="@style/Theme.App.Starting"
android:exported="true"
android:launchMode="singleInstance">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down Expand Up @@ -88,7 +87,6 @@
<activity
android:name=".edit.EditNoteActivity"
android:label="@string/simple_edit"
android:launchMode="singleTask"
android:parentActivityName=".main.MainActivity"
android:windowSoftInputMode="stateHidden"
android:exported="true">
Expand Down

0 comments on commit 7881288

Please sign in to comment.