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 committed Oct 2, 2023
1 parent b5c4058 commit 04abe84
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 04abe84

Please sign in to comment.