fix(ui): center folder tab labels in chat list

This commit is contained in:
klockky
2026-04-05 13:28:22 +03:00
parent 015adda0a1
commit a683748a33
3 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -73,9 +73,9 @@ class KometAppState extends State<KometApp> {
final navState = KometApp.navigatorKey.currentState;
if (navState != null) {
final overlayContext = navState.overlay?.context;
if (overlayContext != null && overlayContext.mounted) {
showCustomNotification(overlayContext, e.message);
final overlay = navState.overlay;
if (overlay != null) {
showCustomNotificationOnOverlay(overlay, e.message);
}
await navState.pushAndRemoveUntil(