Browse Source

Fix: Download is started over and over when rotating the device

masensio 11 năm trước cách đây
mục cha
commit
f359d11a4d

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

@@ -1028,6 +1028,7 @@ OnSslUntrustedCertListener, EditNameDialogListener {
             }
             
             removeStickyBroadcast(intent);
+            mWaitingToPreview = null;
         }
 
         private boolean isDescendant(String downloadedRemotePath) {