[android] Migrate DownloaderActivity to OnBackPressedCallback

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-07-07 19:00:26 +02:00
committed by Konstantin Pastbin
parent 0d9514bee9
commit 9c7b39fd5b
5 changed files with 39 additions and 25 deletions

View File

@@ -377,6 +377,7 @@
<activity
android:name="app.organicmaps.downloader.DownloaderActivity"
android:enableOnBackInvokedCallback="true"
android:configChanges="orientation|screenLayout|screenSize"
android:screenOrientation="fullUser"
android:label="@string/download_maps"