mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added remark
This commit is contained in:
@@ -30,4 +30,10 @@ public class ToastEx extends Toast {
|
||||
toast.setGravity(Gravity.BOTTOM | Gravity.CENTER_HORIZONTAL, 0, dp);
|
||||
return toast;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void show() {
|
||||
// https://stackoverflow.com/questions/56017928/toast-not-showing-in-android-q
|
||||
super.show();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user