TF-4383 Handle read only labels
This commit is contained in:
@@ -413,6 +413,7 @@ abstract class BaseMailboxView extends GetWidget<MailboxController>
|
||||
if (isLabelAvailable) {
|
||||
final labelListExpandMode = labelController.labelListExpandMode.value;
|
||||
final labels = labelController.labels;
|
||||
final shouldAskReadOnly = labelController.shouldAskReadOnly;
|
||||
|
||||
return AnimatedContainer(
|
||||
duration: const Duration(milliseconds: 400),
|
||||
@@ -421,6 +422,7 @@ abstract class BaseMailboxView extends GetWidget<MailboxController>
|
||||
labels: labels,
|
||||
imagePaths: controller.imagePaths,
|
||||
isDesktop: isDesktop,
|
||||
shouldAskReadOnly: shouldAskReadOnly,
|
||||
labelIdSelected: labelIdSelected,
|
||||
isMobileResponsive: isMobileResponsive,
|
||||
onOpenLabelCallback: (label) => controller.openMailbox(
|
||||
|
||||
Reference in New Issue
Block a user