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

Commit dcf1251c authored by Raph Levien's avatar Raph Levien Committed by Android Git Automerger
Browse files

am 79f7381f: Merge "Fix bug 6596440: NPE when pulling down notification window" into jb-dev

* commit '79f7381f':
  Fix bug 6596440: NPE when pulling down notification window
parents 8363fb73 79f7381f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1054,6 +1054,9 @@ public class PhoneStatusBar extends BaseStatusBar {
    }

    private static void makeSlippery(View view, boolean slippery) {
        if (view == null) {
            return;
        }
        WindowManager.LayoutParams lp = (WindowManager.LayoutParams) view.getLayoutParams();
        if (slippery) {
            lp.flags |= WindowManager.LayoutParams.FLAG_SLIPPERY;