Changes after CR

This commit is contained in:
jabarros 2014-07-29 15:08:49 +02:00
parent bbbc486d53
commit 1d8f734e6d
2 changed files with 1 additions and 9 deletions

View File

@ -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

View File

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