summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/navigation/nav_graph.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-03-24 09:22:01 -0300
committerTorsten Grote <t@grobox.de>2020-03-24 09:22:01 -0300
commit1dbc22f1faba07331953d761097d5ad91ffff5ce (patch)
tree9e4e3fd149eeb1be758cba4104c745b0c779e513 /wallet/src/main/res/navigation/nav_graph.xml
parent864160280872fdb400c2e0e61aaaa1b858fba3f8 (diff)
downloadtaler-android-1dbc22f1faba07331953d761097d5ad91ffff5ce.tar.gz
taler-android-1dbc22f1faba07331953d761097d5ad91ffff5ce.tar.bz2
taler-android-1dbc22f1faba07331953d761097d5ad91ffff5ce.zip
Fix Wallet QR code scanning and nightly version number display
Diffstat (limited to 'wallet/src/main/res/navigation/nav_graph.xml')
-rw-r--r--wallet/src/main/res/navigation/nav_graph.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml
index 549ca01..e1367ae 100644
--- a/wallet/src/main/res/navigation/nav_graph.xml
+++ b/wallet/src/main/res/navigation/nav_graph.xml
@@ -59,7 +59,7 @@
tools:layout="@layout/fragment_settings" />
<fragment
android:id="@+id/walletHistory"
- android:name="net.taler.wallet.history.WalletHistoryFragment"
+ android:name="net.taler.wallet.history.HistoryFragment"
android:label="@string/history_title"
tools:layout="@layout/fragment_show_history" />
<fragment