Enable necessary refresh in FileDisplayActivity. Delete onFileStateChanged in Contain...
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / preview / PreviewImageActivity.java
index df1f143..f8621e4 100644 (file)
@@ -469,13 +469,13 @@ ViewPager.OnPageChangeListener, OnRemoteOperationListener {
         
     }
 
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    public void onFileStateChanged() {
-        // nothing to do here!
-    }
+//    /**
+//     * {@inheritDoc}
+//     */
+//    @Override
+//    public void onFileStateChanged() {
+//        // nothing to do here!
+//    }
 
     
 }