summaryrefslogtreecommitdiff
path: root/app/src/main/res/navigation
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-03-05 14:39:13 -0300
committerTorsten Grote <t@grobox.de>2020-03-05 14:39:13 -0300
commit630f19931a093e5c0b4440a138a0717a8ce47e78 (patch)
treee17288d906572d828b2eb69659880d01e80179dd /app/src/main/res/navigation
parentb9f573b313303f10cff638b7cc28a9018c1eda55 (diff)
downloadwallet-android-630f19931a093e5c0b4440a138a0717a8ce47e78.tar.gz
wallet-android-630f19931a093e5c0b4440a138a0717a8ce47e78.tar.bz2
wallet-android-630f19931a093e5c0b4440a138a0717a8ce47e78.zip
Factor out history code from ViewModel
Show history event JSON only in developer mode
Diffstat (limited to 'app/src/main/res/navigation')
-rw-r--r--app/src/main/res/navigation/nav_graph.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml
index 648c88e..3a14e8b 100644
--- a/app/src/main/res/navigation/nav_graph.xml
+++ b/app/src/main/res/navigation/nav_graph.xml
@@ -59,8 +59,8 @@
tools:layout="@layout/fragment_settings" />
<fragment
android:id="@+id/walletHistory"
- android:name="net.taler.wallet.history.WalletHistory"
- android:label="History"
+ android:name="net.taler.wallet.history.WalletHistoryFragment"
+ android:label="@string/history_title"
tools:layout="@layout/fragment_show_history" />
<fragment
android:id="@+id/alreadyPaid"