Skip to content

Commit

Permalink
fix: correctly open explore panel from notification
Browse files Browse the repository at this point in the history
  • Loading branch information
mihakrajnc committed Jan 30, 2025
1 parent 7e5df8a commit f65b852
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Explorer/Assets/DCL/ExplorePanel/ExplorePanelController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ public ExplorePanelController(ViewFactoryMethod viewFactory,
private void OnRewardAssigned(object[] parameters)
{
mvcManager.ShowAsync(IssueCommand(new ExplorePanelParameter(ExploreSections.Backpack))).Forget();
lastShownSection = ExploreSections.Backpack;
OnBackpackHotkeyPressed(default(InputAction.CallbackContext));
ShowSection(ExploreSections.Backpack);
}

public override void Dispose()
Expand Down

0 comments on commit f65b852

Please sign in to comment.