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

Commit 95788cf4 authored by Santosh Madhava's avatar Santosh Madhava Committed by Android (Google) Code Review
Browse files

Merge "Fix for PR 3369866 : Project thumbnail should have the same aspect ratio" into honeycomb

parents f1f71053 bdb2e79a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1776,7 +1776,7 @@ public class VideoEditorImpl implements VideoEditor {
             */
            int height = 480;
            int width = 854;
            switch (getAspectRatio()) {
            switch (mI.getAspectRatio()) {
                case MediaProperties.ASPECT_RATIO_3_2:
                    width =  720;
                    break;