Эх сурвалжийг харах

Fixed bug when turning the device to other position

David A. Velasco 12 жил өмнө
parent
commit
31a31bcf39

+ 3 - 2
src/com/owncloud/android/ui/activity/PreviewImageActivity.java

@@ -109,10 +109,11 @@ public class PreviewImageActivity extends SherlockFragmentActivity implements Fi
             // should not be necessary
             mParentFolder = mStorageManager.getFileByPath(OCFile.PATH_SEPARATOR);
         }
-        
+
+        createViewPager();
+
         if (savedInstanceState == null) {
             mWaitingToPreview = false;
-            createViewPager();
         } else {
             mWaitingToPreview = savedInstanceState.getBoolean(KEY_WAITING_TO_PREVIEW);
         }