mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Export status "Done" display duration reduced to 1 second
This commit is contained in:
@@ -32,7 +32,7 @@ namespace GUT.Schedule
|
||||
|
||||
|
||||
status.Text = "Готово";
|
||||
await Task.Delay(3000);
|
||||
await Task.Delay(1000);
|
||||
base.OnBackPressed(); // Navigates back to main activity (always because I don't allow backward navigation)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user