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

Commit d76a81f5 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix missing break in Icon class" into mnc-dev

parents ebb1d76e 220239e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -228,6 +228,7 @@ public final class Icon implements Parcelable {
                                    getResPackage()),
                            e);
                }
                break;
            case TYPE_DATA:
                return new BitmapDrawable(context.getResources(),
                    BitmapFactory.decodeByteArray(getDataBytes(), getDataOffset(), getDataLength())