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

Commit 287fc821 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am ce6e952c: am 91622961: am f6215e55: Fix the build

* commit 'ce6e952c':
  Fix the build
parents 07fd8b4f ce6e952c
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;