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

Commit bdb2e79a authored by Santosh Madhava's avatar Santosh Madhava
Browse files

Fix for PR 3369866 : Project thumbnail should have the same aspect ratio

Change-Id: I028f0c74f71c8b5497a6c904b93a3f09dde559e0
parent 404946fc
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;