Skip to content

Commit

Permalink
Merge pull request #1780 from novasamatech/hot_fix/external_sign_issues
Browse files Browse the repository at this point in the history
Fixed ledger and polkadot vault external sign in browser
  • Loading branch information
antonijzelinskij authored Jan 27, 2025
2 parents 564ae3e + faa782b commit 1d5e36c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/navigation/root_nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<include app:graph="@navigation/sign_ledger_nav_graph" />

<include app:graph="@navigation/sign_parity_signer_graph" />

<action
android:id="@+id/action_open_externalSignGraph"
app:destination="@id/external_sign_graph"
Expand All @@ -29,6 +31,14 @@
app:popEnterAnim="@anim/fragment_close_enter"
app:popExitAnim="@anim/fragment_close_exit" />

<action
android:id="@+id/action_open_sign_ledger"
app:destination="@id/sign_ledger_nav_graph"
app:enterAnim="@anim/fragment_open_enter"
app:exitAnim="@anim/fragment_open_exit"
app:popEnterAnim="@anim/fragment_close_enter"
app:popExitAnim="@anim/fragment_close_exit" />

<action
android:id="@+id/action_open_approve_wallet_connect_session"
app:destination="@id/walletConnectApproveSessionFragment"
Expand Down

0 comments on commit 1d5e36c

Please sign in to comment.