use bottom sheets instead of dialogs
This commit is contained in:
@@ -74,7 +74,7 @@ class SelectFeedDialogRoute extends GoRouteData with $SelectFeedDialogRoute {
|
||||
),
|
||||
);
|
||||
|
||||
return DialogPage(builder: (_) => SelectFeedDialog(feedUris: feedUris));
|
||||
return BottomSheetPage(builder: (_) => SelectFeedDialog(feedUris: feedUris));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user