[mob] Fix routing

This commit is contained in:
Neeraj Gupta 2024-09-13 14:08:31 +05:30
parent deef4886eb
commit 534250320c

View File

@ -661,7 +661,7 @@ class CollectionActions {
),
onPressed: () {
Navigator.of(context, rootNavigator: true).pop();
Navigator.of(context).pushReplacement(
Navigator.of(context).push(
MaterialPageRoute(
builder: (BuildContext context) {
return getSubscriptionPage();