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

Commit b120ac5b authored by Dan Sandler's avatar Dan Sandler
Browse files

No need for drawing caches on notifications.

They just chew up memory.

Bug: 10918599
Change-Id: I99761846e88b7ea25270d7a70d118963b1d72e5f
parent 1de02ee3
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1220,8 +1220,6 @@ public abstract class BaseStatusBar extends SystemUI implements


        row.setClearable(sbn.isClearable());
        row.setClearable(sbn.isClearable());


        row.setDrawingCacheEnabled(true);

        if (MULTIUSER_DEBUG) {
        if (MULTIUSER_DEBUG) {
            TextView debug = (TextView) row.findViewById(R.id.debug_info);
            TextView debug = (TextView) row.findViewById(R.id.debug_info);
            if (debug != null) {
            if (debug != null) {