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

Commit b0d1ee90 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am e9ced533: am f5176922: Use INVISIBLE instead of GONE to hide KG transport buttons

* commit 'e9ced533':
  Use INVISIBLE instead of GONE to hide KG transport buttons
parents 12e9f699 e9ced533
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -511,7 +511,7 @@ public class KeyguardTransportControlView extends FrameLayout {
        if ((flags & flag) != 0) {
            view.setVisibility(View.VISIBLE);
        } else {
            view.setVisibility(View.GONE);
            view.setVisibility(View.INVISIBLE);
        }
    }