fixed jira tm-172 and pagination dialog design changed
This commit is contained in:
@@ -22,7 +22,7 @@ class TabletHomePage extends StatelessWidget {
|
||||
return Scaffold(
|
||||
key: key,
|
||||
|
||||
appBar: tabletAppBar(title: HomeStrings.home, key: key),
|
||||
appBar: tabletAppBar(title: HomeStrings.home, key: key, context: context),
|
||||
|
||||
drawer: const TabletNavigationWidget(
|
||||
currentIndex: 0, // Home is index 0
|
||||
|
||||
Reference in New Issue
Block a user