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),
|
iconLeftPadding: const EdgeInsets.only(left: 12, right: 16),
|
||||||
iconRightPadding: const EdgeInsets.only(right: 12))
|
iconRightPadding: const EdgeInsets.only(right: 12))
|
||||||
..onActionClick((rule) {
|
..onActionClick((rule) {
|
||||||
editEmailRule(rule);
|
|
||||||
popBack();
|
popBack();
|
||||||
|
editEmailRule(rule);
|
||||||
}))
|
}))
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user