Skip to content

Commit

Permalink
TF-2084 Hide Forward action
Browse files Browse the repository at this point in the history
  • Loading branch information
hieutbui authored and hoangdat committed Oct 2, 2023
1 parent 5865c9f commit 18f484e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


import 'package:flutter/cupertino.dart';
import 'package:tmail_ui_user/main/localizations/app_localizations.dart';

Expand Down Expand Up @@ -27,4 +25,8 @@ enum EmailRuleFilterAction {
return AppLocalizations.of(context).forwardTo;
}
}

bool getSupported() {
return this != EmailRuleFilterAction.forwardTo;
}
}

0 comments on commit 18f484e

Please sign in to comment.