TF-4384 Fix page not found 404 error when refreshing label views (#4390)

This commit is contained in:
Dat Vu
2026-03-21 17:23:18 +07:00
committed by GitHub
parent 8d82eac16f
commit 8a9901a0a4
13 changed files with 220 additions and 21 deletions
@@ -368,6 +368,7 @@ abstract class BaseMailboxView extends GetWidget<MailboxController>
final countLabels = labelController.labels.length;
return LabelsBarWidget(
key: labelController.labelAppBarKey,
imagePaths: controller.imagePaths,
isDesktop: isDesktop,
height: isDesktop ? 48 : 40,