organicmaps/organicmaps

[android] ProgressDialog has been deprecated in API 26

Offen

#3.629 geöffnet am 14.10.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (761 Forks)batch import
AndroidGood first issueRefactoring

Repository-Metriken

Stars
 (7.887 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 13T 6h) (91 gemergte PRs in 30 T)

Beschreibung

https://developer.android.com/reference/android/app/ProgressDialog:

This class was deprecated in API level 26. ProgressDialog is a modal dialog, which prevents the user from interacting with the app. Instead of using this class, you should use a progress indicator like ProgressBar, which can be embedded in your app's UI. Alternatively, you can use a notification to inform the user of the task's progress.

Contributor Guide