feat: слегонца блюра в chat screen
This commit is contained in:
@@ -33,6 +33,7 @@ import 'core/config/app_link_preview.dart';
|
||||
import 'core/config/app_media_cache.dart';
|
||||
import 'core/config/app_pill_gradient.dart';
|
||||
import 'core/config/app_visual_style.dart';
|
||||
import 'core/config/app_chat_chrome.dart';
|
||||
import 'core/config/app_theme_mode.dart';
|
||||
import 'core/config/app_theme_schedule.dart';
|
||||
import 'core/config/app_digital_id_mode.dart';
|
||||
@@ -123,6 +124,7 @@ void main() async {
|
||||
final amoledFuture = AppAmoled.load();
|
||||
final pillGradientFuture = AppPillGradient.load();
|
||||
final visualStyleFuture = AppVisualStyle.load();
|
||||
final chatChromeFuture = AppChatChrome.load();
|
||||
final themeScheduleFuture = AppThemeSchedule.load();
|
||||
final messageActionsFuture = AppMessageActionsStyle.load();
|
||||
final swipeBackFuture = AppSwipeBackDesktop.load();
|
||||
@@ -170,6 +172,7 @@ void main() async {
|
||||
AppAmoled.current.value = await amoledFuture;
|
||||
AppPillGradient.current.value = await pillGradientFuture;
|
||||
AppVisualStyle.current.value = await visualStyleFuture;
|
||||
AppChatChrome.current.value = await chatChromeFuture;
|
||||
AppThemeSchedule.current.value = await themeScheduleFuture;
|
||||
AppMessageActionsStyle.current.value = await messageActionsFuture;
|
||||
AppSwipeBackDesktop.current.value = await swipeBackFuture;
|
||||
|
||||
Reference in New Issue
Block a user