Explorar o código

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

Fix enableOnBackInvokedCallback Warning
Tobias Kaminsky hai 1 ano
pai
achega
280e814e36
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/src/main/AndroidManifest.xml

+ 1 - 0
app/src/main/AndroidManifest.xml

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