Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f30b6474 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am c2d6e51d: Merge "The undefined media sizes for both orientations not...

am c2d6e51d: Merge "The undefined media sizes for both orientations not properly constructed." into klp-dev

* commit 'c2d6e51d':
  The undefined media sizes for both orientations not properly constructed.
parents e32e311a c2d6e51d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ public final class PrintAttributes implements Parcelable {
         */
        public static final MediaSize UNKNOWN_PORTRAIT =
                new MediaSize("UNKNOWN_PORTRAIT", "android",
                        R.string.mediasize_unknown_portrait, Integer.MAX_VALUE, 1);
                        R.string.mediasize_unknown_portrait, 1, Integer.MAX_VALUE);

        /**
         * Unknown media size in landscape mode.
@@ -293,7 +293,7 @@ public final class PrintAttributes implements Parcelable {
         */
        public static final MediaSize UNKNOWN_LANDSCAPE =
                new MediaSize("UNKNOWN_LANDSCAPE", "android",
                        R.string.mediasize_unknown_landscape, 1, Integer.MAX_VALUE);
                        R.string.mediasize_unknown_landscape, Integer.MAX_VALUE, 1);

        // ISO sizes