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

Commit 567a6884 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide activity indicators in SignalTileView" into sc-dev

parents 572e4b33 d6e0770b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -134,8 +134,9 @@ public class SignalTileView extends QSIconViewImpl {
            mSignal.setPaddingRelative(0, 0, 0, 0);
        }
        final boolean shouldAnimate = allowAnimations && isShown();
        setVisibility(mIn, shouldAnimate, s.activityIn);
        setVisibility(mOut, shouldAnimate, s.activityOut);
        // Do not show activity indicators
//        setVisibility(mIn, shouldAnimate, s.activityIn);
//        setVisibility(mOut, shouldAnimate, s.activityOut);
    }

    private void setVisibility(View view, boolean shown, boolean visible) {