hotfix(ui): Show label search filter only when label list is not empty

This commit is contained in:
dab246
2026-02-02 12:03:27 +07:00
committed by Dat H. Pham
parent 548c43baff
commit eb62b7cd97
5 changed files with 9 additions and 5 deletions
@@ -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 &&