mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Fixed schedule clean status toasts
This commit is contained in:
@@ -152,9 +152,9 @@ namespace GUT.Schedule
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Toast.MakeText(ApplicationContext, "Очистка...", ToastLength.Short);
|
Toast.MakeText(ApplicationContext, "Очистка...", ToastLength.Short).Show();
|
||||||
Calendar.Clear(keepPrevious);
|
Calendar.Clear(keepPrevious);
|
||||||
Toast.MakeText(ApplicationContext, "Готово!", ToastLength.Short);
|
Toast.MakeText(ApplicationContext, "Готово!", ToastLength.Short).Show();
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user