Merge pull request #12797 from nextcloud/fix/warning-for-on-back-invoke-by-alper

Fix enableOnBackInvokedCallback Warning
This commit is contained in:
Tobias Kaminsky 2024-04-02 13:46:48 +02:00 committed by GitHub
commit 280e814e36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:enableOnBackInvokedCallback="false"
android:theme="@style/Theme.ownCloud.Toolbar"
android:usesCleartextTraffic="true"
tools:ignore="UnusedAttribute"