소스 검색

Changes after CR

jabarros 10 년 전
부모
커밋
1d8f734e6d
2개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  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}
      */