mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-06-01 04:53:12 +01:00
Handle failed bitmap decoding
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package org.thoughtcrime.securesms.util;
|
||||
|
||||
public class BitmapDecodingException extends Throwable {
|
||||
public BitmapDecodingException(String s) {
|
||||
super(s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user