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

Commit 057f5c31 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

make the statusbar viewtracker opaque

Change-Id: I3fc69b5a8b600e23fccc88e9d80eb3495fad16d4
parent 8a9ab24a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1502,7 +1502,7 @@ public class StatusBarService extends IStatusBar.Stub
        Drawable bg;
        Drawable bg;


        /// ---------- Tracking View --------------
        /// ---------- Tracking View --------------
        pixelFormat = PixelFormat.TRANSLUCENT;
        pixelFormat = PixelFormat.RGBX_8888;
        bg = mTrackingView.getBackground();
        bg = mTrackingView.getBackground();
        if (bg != null) {
        if (bg != null) {
            pixelFormat = bg.getOpacity();
            pixelFormat = bg.getOpacity();