Corrct tab index with back button

This commit is contained in:
Hillel Coren 2022-07-31 18:30:15 +03:00
parent a8fe9c3dca
commit 7f66aedd9a
3 changed files with 3 additions and 0 deletions

View File

@ -217,6 +217,7 @@ class _HistoryListTileState extends State<HistoryListTile> {
store.dispatch(ViewSettings(
section: history.id,
company: state.company,
tabIndex: 0,
));
break;
default:

View File

@ -292,6 +292,7 @@ class MainScreen extends StatelessWidget {
store.dispatch(ViewSettings(
section: history.id,
company: state.company,
tabIndex: 0,
));
break;
default:

View File

@ -127,6 +127,7 @@ class _MenuDrawerState extends State<MenuDrawer> {
store.dispatch(ViewSettings(
section: history.id,
company: state.company,
tabIndex: 0,
));
break;
default: