diff options
author | Torsten Grote <t@grobox.de> | 2020-07-29 14:12:50 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-07-29 16:17:46 -0300 |
commit | e19ba096d57353db6b1f141da4bf170ef2d2d534 (patch) | |
tree | 8ce7d138757a73f999f8e270e69cef44aa2f781b /wallet/src/main/res/navigation | |
parent | bc35e8924e652c323001f62f6781657545fa378f (diff) | |
download | taler-android-e19ba096d57353db6b1f141da4bf170ef2d2d534.tar.gz taler-android-e19ba096d57353db6b1f141da4bf170ef2d2d534.tar.bz2 taler-android-e19ba096d57353db6b1f141da4bf170ef2d2d534.zip |
[wallet] update to new wallet-core with v8 exchange API
(except payments which are still buggy)
Diffstat (limited to 'wallet/src/main/res/navigation')
-rw-r--r-- | wallet/src/main/res/navigation/nav_graph.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml index 93db557..285fac9 100644 --- a/wallet/src/main/res/navigation/nav_graph.xml +++ b/wallet/src/main/res/navigation/nav_graph.xml @@ -133,7 +133,7 @@ </fragment> <fragment android:id="@+id/selectExchangeFragment" - android:name="net.taler.wallet.withdraw.SelectExchangeFragment" + android:name="net.taler.wallet.exchanges.SelectExchangeFragment" android:label="@string/nav_exchange_fees" tools:layout="@layout/fragment_select_exchange" /> @@ -144,12 +144,6 @@ tools:layout="@layout/fragment_pending_operations" /> <fragment - android:id="@+id/nav_history" - android:name="net.taler.wallet.history.DevHistoryFragment" - android:label="@string/nav_history" - tools:layout="@layout/fragment_transactions" /> - - <fragment android:id="@+id/nav_uri_input" android:name="net.taler.wallet.UriInputFragment" android:label="@string/enter_uri" @@ -174,10 +168,6 @@ app:destination="@id/nav_pending_operations" /> <action - android:id="@+id/action_global_history" - app:destination="@id/nav_history" /> - - <action android:id="@+id/action_nav_transaction_detail" app:destination="@id/nav_transactions_detail" /> |