This commit is contained in:
Josia Pietsch 2024-12-06 23:48:19 +01:00
parent 6eb4fd6104
commit 9423dcce11
Signed by: jrpie
GPG key ID: E70B571D66986A2D
3 changed files with 43 additions and 18 deletions

View file

@ -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"