mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Fix: Loading icon is on the screen forever when leaving the app after sharing a file
This commit is contained in:
parent
161a72b350
commit
6f84897197
1 changed files with 3 additions and 0 deletions
|
@ -709,6 +709,9 @@ OnSslUntrustedCertListener, EditNameDialogListener {
|
|||
unregisterReceiver(mDownloadFinishReceiver);
|
||||
mDownloadFinishReceiver = null;
|
||||
}
|
||||
|
||||
dismissLoadingDialog();
|
||||
|
||||
Log_OC.d(TAG, "onPause() end");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue