TF-4384 Fix page not found 404 error when refreshing label views (#4390)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user