Skip to content

Commit

Permalink
Merge pull request #277 from humhub/f-internal-81-on-a-push-notificat…
Browse files Browse the repository at this point in the history
…ion-opens-the-dashboard

Fix
  • Loading branch information
marc-farre authored Jan 27, 2025
2 parents 550b923 + 238b113 commit 9145528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/web_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class WebViewAppState extends ConsumerState<WebView> {
UniversalOpenerController controller = args;
ref.read(humHubProvider).setInstance(controller.humhub);
_manifest = controller.humhub.manifest!;
url = _manifest.startUrl;
url = controller.url;
}
if (args == null) {
_manifest = m.MyRouter.initParams;
Expand Down

0 comments on commit 9145528

Please sign in to comment.