Fix: Download is started over and over when rotating the device
authormasensio <masensio@solidgear.es>
Thu, 15 May 2014 07:34:58 +0000 (09:34 +0200)
committermasensio <masensio@solidgear.es>
Thu, 15 May 2014 07:34:58 +0000 (09:34 +0200)
src/com/owncloud/android/ui/activity/FileDisplayActivity.java

index 47b94d0..a96f634 100644 (file)
@@ -1028,6 +1028,7 @@ OnSslUntrustedCertListener, EditNameDialogListener {
             }
             
             removeStickyBroadcast(intent);
+            mWaitingToPreview = null;
         }
 
         private boolean isDescendant(String downloadedRemotePath) {