mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Added view ID
This commit is contained in:
@@ -46,7 +46,7 @@ public class FixedImageButton extends AppCompatImageButton {
|
||||
try {
|
||||
super.onDraw(canvas);
|
||||
} catch (RuntimeException ex) {
|
||||
Log.e(ex);
|
||||
Log.e(new Throwable(Helper.getViewName(this), ex));
|
||||
Context context = getContext();
|
||||
Drawable d = context.getDrawable(R.drawable.twotone_broken_image_24);
|
||||
d.setBounds(getDrawable().getBounds());
|
||||
|
||||
Reference in New Issue
Block a user