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

Commit 38d909a5 authored by Yigit Boyar's avatar Yigit Boyar
Browse files

Fix build. getAlingment should not be public

Change-Id: I4abde1ddc78367795601215106388d6eb535cbca
parent f2e9ca1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2562,7 +2562,7 @@ public class GridLayout extends ViewGroup {
            this(startDefined, new Interval(start, start + size), alignment, weight);
        }

        public Alignment getAbsoluteAlignment(boolean horizontal) {
        private Alignment getAbsoluteAlignment(boolean horizontal) {
            if (alignment != UNDEFINED_ALIGNMENT) {
                return alignment;
            }