From: masensio Date: Fri, 16 May 2014 10:57:20 +0000 (+0200) Subject: Fix: Loading icon is on the screen forever when leaving the app after sharing a file X-Git-Tag: oc-android-1.7.0_signed~309^2~17 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/6f84897197cfb130f0ea0bd52bcd14eba839e5cd?ds=inline;hp=--cc Fix: Loading icon is on the screen forever when leaving the app after sharing a file --- 6f84897197cfb130f0ea0bd52bcd14eba839e5cd diff --git a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java b/src/com/owncloud/android/ui/activity/FileDisplayActivity.java index ab0232de..fb1ecfa9 100644 --- a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java +++ b/src/com/owncloud/android/ui/activity/FileDisplayActivity.java @@ -709,6 +709,9 @@ OnSslUntrustedCertListener, EditNameDialogListener { unregisterReceiver(mDownloadFinishReceiver); mDownloadFinishReceiver = null; } + + dismissLoadingDialog(); + Log_OC.d(TAG, "onPause() end"); }