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

Commit 021cf0a3 authored by Christofer Åkersten's avatar Christofer Åkersten Committed by Android Git Automerger
Browse files

am 95371cc2: am 95f41e32: Merge "Listen to onVisibilityChanged()." into lmp-dev

* commit '95371cc2975889d517f302d98c020564d73cfda2':
  Listen to onVisibilityChanged().
parents 8d51a477 1ce34a4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -484,8 +484,8 @@ public class TvView extends ViewGroup {
    }

    @Override
    public void setVisibility(int visibility) {
        super.setVisibility(visibility);
    protected void onVisibilityChanged(View changedView, int visibility) {
        super.onVisibilityChanged(changedView, visibility);
        mSurfaceView.setVisibility(visibility);
        if (visibility == View.VISIBLE) {
            createSessionOverlayView();