forked from Clones/Controlify
Update to 1.20.3
This commit is contained in:
@ -22,7 +22,7 @@ public class ToastUtils {
|
||||
private boolean removed;
|
||||
|
||||
private ControlifyToast(Component title, List<FormattedCharSequence> description, int maxWidth, boolean longer) {
|
||||
super(longer ? SystemToastIds.UNSECURE_SERVER_WARNING : SystemToastIds.PERIODIC_NOTIFICATION, title, description, maxWidth);
|
||||
super(longer ? SystemToastId.UNSECURE_SERVER_WARNING : SystemToastId.PERIODIC_NOTIFICATION, title, description, maxWidth);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user