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

Commit 4efa19ba authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

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

* commit '05118cc6':
  Fix missing break in Icon class
parents 8ceb7b4d 05118cc6
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())