Disabled didPopNext() refresh of message_list

This commit is contained in:
2024-06-17 22:54:45 +02:00
parent 5b8a1e86e0
commit 600f3365f6
2 changed files with 5 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ class AppSettings extends ChangeNotifier {
bool groupNotifications = true;
int messagePageSize = 128;
bool showDebugButton = true;
bool alwaysBackgroundRefreshMessageListOnPop = false;
static AppSettings? _singleton = AppSettings._internal();