Merge remote-tracking branch 'remotes/upstream/resizedImages' into beta
authortobiasKaminsky <tobias@kaminsky.me>
Sat, 31 Oct 2015 07:10:34 +0000 (08:10 +0100)
committertobiasKaminsky <tobias@kaminsky.me>
Sat, 31 Oct 2015 07:10:34 +0000 (08:10 +0100)
1  2 
src/com/owncloud/android/ui/preview/PreviewImageFragment.java

@@@ -140,9 -141,10 +142,10 @@@ public class PreviewImageFragment exten
              // not right now
  
          mIgnoreFirstSavedState = args.getBoolean(ARG_IGNORE_FIRST);
+         mShowResizedImage = args.getBoolean(ARG_SHOW_RESIZED_IMAGE);
          setHasOptionsMenu(true);
      }
 -    
 +
  
      /**
       * {@inheritDoc}