Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-04-01 15:33:00 +02:00 committed by Alper Öztürk
parent 07f824f9a0
commit cd9c168777
1 changed files with 1 additions and 0 deletions

View File

@ -532,6 +532,7 @@ public abstract class FileActivity extends DrawerActivity
* Show loading dialog
*/
public void showLoadingDialog(String message) {
if (mResumed) {
// grant that only one waiting dialog is shown
dismissLoadingDialog();