Skip to content

Commit

Permalink
Fix UI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-TSNG committed Aug 24, 2022
1 parent 3aab4e5 commit 0c6d82d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
android:theme="@style/AppTheme.About" />
<activity
android:name="icu.nullptr.hidemyapplist.ui.activity.MainActivity"
android:exported="true">
android:exported="true"
android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />
Expand Down

0 comments on commit 0c6d82d

Please sign in to comment.