Skip to content

Commit

Permalink
Merge pull request #31 from luke-/29-opener-visible-on-back
Browse files Browse the repository at this point in the history
Fix redirector
  • Loading branch information
PrimozRatej authored Feb 6, 2023
2 parents e00fc3f + cfa4582 commit a2d1f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/providers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class HumHubNotifier extends ChangeNotifier {
HumHub humHub = jsonStr != null
? HumHub.fromJson(json.decode(jsonStr))
: _humHubInstance;
setInstance(humHub);
return humHub;
}

Expand Down

0 comments on commit a2d1f44

Please sign in to comment.