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

Commit 57283d7a authored by Jesse Wilson's avatar Jesse Wilson Committed by Android (Google) Code Review
Browse files

Merge "Save a few bytes on the zygote heap."

parents 3c85a4e6 179a3bda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public class Resources {
    private CompatibilityInfo mCompatibilityInfo;
    private Display mDefaultDisplay;

    private static final LongSparseArray<Object> EMPTY_ARRAY = new LongSparseArray<Object>() {
    private static final LongSparseArray<Object> EMPTY_ARRAY = new LongSparseArray<Object>(0) {
        @Override
        public void put(long k, Object o) {
            throw new UnsupportedOperationException();