TF-3675 Remove mark all read button

This commit is contained in:
DatDang
2025-05-30 16:20:33 +07:00
committed by Dat H. Pham
parent ba288cd236
commit a0f824ab03
4 changed files with 0 additions and 38 deletions
@@ -2155,10 +2155,6 @@ class MailboxDashBoardController extends ReloadableController
dispatchAction(EmptyTrashAction());
}
bool isAbleMarkAllAsRead(){
return !searchController.isSearchEmailRunning && selectedMailbox.value != null && selectedMailbox.value!.isDrafts;
}
void refreshActionWhenBackToApp() {
log('MailboxDashBoardController::refreshActionWhenBackToApp():');
_refreshActionEventController.add(RefreshActionViewEvent());