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

Commit f6215e55 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix the build

Change-Id: I9c79677ee4f68d6fc82b754d08e701229725c2a6
parent b2d55225
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -669,7 +669,7 @@ public class LinearLayout extends ViewGroup {
            }

            LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) child.getLayoutParams();
            lp.onResolveLayoutDirection(layoutDirection);
            lp.resolveLayoutDirection(layoutDirection);

            totalWeight += lp.weight;
            
@@ -1014,7 +1014,7 @@ public class LinearLayout extends ViewGroup {

            final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams)
                    child.getLayoutParams();
            lp.onResolveLayoutDirection(layoutDirection);
            lp.resolveLayoutDirection(layoutDirection);

            totalWeight += lp.weight;