Skip to content

Commit

Permalink
fix logcat warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky committed Apr 17, 2024
1 parent d50ab12 commit ec0114f
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 @@ -19,7 +19,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Silence"
tools:targetApi="31">
android:enableOnBackInvokedCallback="true"
tools:targetApi="tiramisu">

<activity
android:name=".MainActivity"
Expand Down

0 comments on commit ec0114f

Please sign in to comment.