Skip to content

Commit

Permalink
Improve edit note UI
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <alper_ozturk@proton.me>
  • Loading branch information
alperozturk96 authored and backportbot[bot] committed Jul 12, 2024
1 parent a61a446 commit 57e4ad7
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 57e4ad7

Please sign in to comment.