fixed jira tm-172 and pagination dialog design changed
This commit is contained in:
@@ -68,6 +68,7 @@ class _TabletNotificationPageState extends State<TabletNotificationPage>
|
||||
appBar: tabletAppBar(
|
||||
title: NotificationStrings.notificationTitle,
|
||||
key: key,
|
||||
context: context,
|
||||
),
|
||||
drawer: const TabletNavigationWidget(currentIndex: 3),
|
||||
body: Center(
|
||||
@@ -151,8 +152,10 @@ class _TabletNotificationPageState extends State<TabletNotificationPage>
|
||||
final selectedPage = await showDialog<int>(
|
||||
context: context,
|
||||
builder:
|
||||
(context) =>
|
||||
PageSelectionDialog(totalPages: totalPages),
|
||||
(context) => PageSelectionDialog(
|
||||
totalPages: totalPages,
|
||||
currentPage: currentPage,
|
||||
),
|
||||
);
|
||||
|
||||
if (selectedPage != null) {
|
||||
|
||||
Reference in New Issue
Block a user