hotfix(ui): Show label search filter only when label list is not empty
This commit is contained in:
+1
-1
@@ -507,7 +507,7 @@ class EmailActionReactor {
|
||||
if (EmailUtils.isReplyToListEnabled(presentationEmail.listPost ?? '') &&
|
||||
additionalActions.contains(EmailActionType.replyToList))
|
||||
EmailActionType.replyToList,
|
||||
if (isLabelAvailable)
|
||||
if (isLabelAvailable && labels?.isNotEmpty == true)
|
||||
EmailActionType.labelAs,
|
||||
if (PlatformInfo.isWeb &&
|
||||
PlatformInfo.isCanvasKit &&
|
||||
|
||||
Reference in New Issue
Block a user