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

Commit 05118cc6 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

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

* commit 'd76a81f5':
  Fix missing break in Icon class
parents c51c8e92 d76a81f5
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())