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

Commit edb555ed authored by Griff Hazen's avatar Griff Hazen Committed by Android Git Automerger
Browse files

am 92ade49e: Merge "Fix ActivityView layout bug." into klp-modular-dev

* commit '92ade49e':
  Fix ActivityView layout bug.
parents a11ac26b 92ade49e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,7 @@ public class ActivityView extends ViewGroup {


    @Override
    @Override
    protected void onLayout(boolean changed, int l, int t, int r, int b) {
    protected void onLayout(boolean changed, int l, int t, int r, int b) {
        mTextureView.layout(l, t, r, b);
        mTextureView.layout(0, 0, r - l, b - t);
    }
    }


    @Override
    @Override