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

Commit 29f1cdd5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed Security Exception issue when inflating notification"

parents df0d0f1a e268fda3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ public class MessagingImageMessage extends ImageView implements MessagingMessage
        Drawable drawable;
        try {
            drawable = LocalImageResolver.resolveImage(message.getDataUri(), getContext());
        } catch (IOException e) {
        } catch (IOException | SecurityException e) {
            e.printStackTrace();
            return false;
        }