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

Commit 9f004bf8 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "SystemUI: Fix typo" into gingerbread

parents 1973969c a208250c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ public class StatusBarService extends Service implements CommandQueue.Callbacks
            // Disable compact carrier when bottom bar is enabled for now
            // till we find a better solution (looks ugly alone at the top)
            if (mBottomBar)
                mCompactCarrierLayout.setVisibility(View.VISIBLE);
                mCompactCarrierLayout.setVisibility(View.GONE);
            if (mLatest.hasClearableItems())
                mCompactClearButton.setVisibility(View.VISIBLE);
        } else {