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

Commit 4b56917d authored by Owen Lin's avatar Owen Lin Committed by Android (Google) Code Review
Browse files

Merge "Fix a NPE found by Moneky." into jb-dev

parents 43a80fd8 8a626914
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,6 +211,6 @@ public class AlbumLabelMaker {
    }

    public void clearRecycledLabels() {
        mBitmapPool.clear();
        if (mBitmapPool != null) mBitmapPool.clear();
    }
}