Browse Source

Fix: Loading icon is on the screen forever when leaving the app after sharing a file

masensio 11 years ago
parent
commit
6f84897197
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/com/owncloud/android/ui/activity/FileDisplayActivity.java

+ 3 - 0
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

@@ -709,6 +709,9 @@ OnSslUntrustedCertListener, EditNameDialogListener {
             unregisterReceiver(mDownloadFinishReceiver);
             unregisterReceiver(mDownloadFinishReceiver);
             mDownloadFinishReceiver = null;
             mDownloadFinishReceiver = null;
         }
         }
+        
+        dismissLoadingDialog();
+        
         Log_OC.d(TAG, "onPause() end");
         Log_OC.d(TAG, "onPause() end");
     }
     }