fix linebreaks in message.title in channel_list_item

This commit is contained in:
2024-06-18 17:36:41 +02:00
parent 59d28d3c49
commit 9542405512
3 changed files with 13 additions and 9 deletions

View File

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