Read Description
Canel your currently visible toast
// create a custom variable as follows
private Toast currentCustomToast;
if (currentCustomToast != null && currentCutomToast.getView().isShown()) {
// Cancel the toast
currentCustomToast.cancel();
}
©2024 Sketchub | User Policy