Browse Source

Changes after CR

jabarros 10 years ago
parent
commit
1d8f734e6d
2 changed files with 1 additions and 9 deletions
  1. 1 1
      THIRD_PARTY.txt
  2. 0 8
      src/com/owncloud/android/ui/preview/PreviewImageFragment.java

+ 1 - 1
THIRD_PARTY.txt

@@ -65,7 +65,7 @@ The third party software included and used by this project is:
    Copyright (c) 2012 Michael Ortiz
    Licensed under MIT License
    JAR file libs/touch-image-view.jar has been generated by ownCloud Inc., including without 
-   modifications com.ortiz.touch.ExtendedViewPager and com.ortiz.touch TouchImageView classes. 
+   modifications com.ortiz.touch.ExtendedViewPager and com.ortiz.touch.TouchImageView classes. 
    See https://github.com/MikeOrtiz/TouchImageView
  
  

+ 0 - 8
src/com/owncloud/android/ui/preview/PreviewImageFragment.java

@@ -140,14 +140,6 @@ public class PreviewImageFragment extends FileFragment {
         return mView;
     }
 
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    public void onAttach(Activity activity) {
-        super.onAttach(activity);
-    }
-
     /**
      * {@inheritDoc}
      */