Super editor

This commit is contained in:
Hillel Coren 2022-03-27 22:05:45 +03:00
parent 8a42196c40
commit ed96f54383
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class _TemplatesAndRemindersState extends State<TemplatesAndReminders>
_selectedIndex = _controller.index;
});
if (_isLoading || _controller.index != kTabPreview) {
if (_controller.index != kTabPreview) {
return;
}