TF-854 [Mobile] Fix click to Edit rule in Dialog but nothing happen
This commit is contained in:
@@ -207,8 +207,8 @@ class EmailRulesController extends BaseController {
|
||||
iconLeftPadding: const EdgeInsets.only(left: 12, right: 16),
|
||||
iconRightPadding: const EdgeInsets.only(right: 12))
|
||||
..onActionClick((rule) {
|
||||
editEmailRule(rule);
|
||||
popBack();
|
||||
editEmailRule(rule);
|
||||
}))
|
||||
.build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user