mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Small fix
This commit is contained in:
@@ -29,6 +29,6 @@ public class Bimi {
|
||||
static Pair<Bitmap, Boolean> get(
|
||||
Context context, String _domain, String selector, int scaleToPixels)
|
||||
throws IOException {
|
||||
throw new NotImplementedException("BIMI");
|
||||
throw new IllegalArgumentException("BIMI");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user