mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
fixed #76
This commit is contained in:
parent
6eb4fd6104
commit
9423dcce11
3 changed files with 43 additions and 18 deletions
|
@ -16,7 +16,10 @@
|
|||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/launcherBaseTheme">
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:theme="@style/launcherBaseTheme"
|
||||
tools:ignore="UnusedAttribute" >
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".ui.HomeActivity"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue