Skip to content

Commit 9145528

Browse files
authored
Merge pull request #277 from humhub/f-internal-81-on-a-push-notification-opens-the-dashboard
Fix
2 parents 550b923 + 238b113 commit 9145528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pages/web_view.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class WebViewAppState extends ConsumerState<WebView> {
118118
UniversalOpenerController controller = args;
119119
ref.read(humHubProvider).setInstance(controller.humhub);
120120
_manifest = controller.humhub.manifest!;
121-
url = _manifest.startUrl;
121+
url = controller.url;
122122
}
123123
if (args == null) {
124124
_manifest = m.MyRouter.initParams;

0 commit comments

Comments
 (0)