From d72548e82e6993486180f5528ae8073ab2a99a25 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 3 Apr 2020 15:12:29 -0300 Subject: [wallet] add detail page for payment sent event in history --- wallet/src/main/res/navigation/nav_graph.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallet/src/main/res/navigation') diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml index 1ab9666..c39df94 100644 --- a/wallet/src/main/res/navigation/nav_graph.xml +++ b/wallet/src/main/res/navigation/nav_graph.xml @@ -72,7 +72,7 @@ android:id="@+id/historyEventFragment" android:name="net.taler.wallet.history.HistoryEventFragment" android:label="@string/history_detail_title" - tools:layout="@layout/fragment_history_event" /> + tools:layout="@layout/fragment_event_withdraw" />