Changed progress indicator webview
This commit is contained in:
@@ -25,10 +25,6 @@ final List<RouteBase> appRoutes = [
|
||||
path: RoutesPaths.onboarding,
|
||||
builder: (context, state) => const Onboarding(),
|
||||
),
|
||||
GoRoute(
|
||||
path: RoutesPaths.webview,
|
||||
builder: (context, state) => WebView(bookmark: state.extra as Bookmark),
|
||||
),
|
||||
ShellRoute(
|
||||
builder: (context, state, child) => Layout(
|
||||
state: state,
|
||||
@@ -61,4 +57,8 @@ final List<RouteBase> appRoutes = [
|
||||
path: RoutesPaths.generalSettings,
|
||||
builder: (context, state) => const GeneralSettings(),
|
||||
),
|
||||
GoRoute(
|
||||
path: RoutesPaths.webview,
|
||||
builder: (context, state) => WebViewScreen(bookmark: state.extra as Bookmark),
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user