From ff0bb081a0baa6f6a1666429eec613c1ed811566 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sat, 6 Jan 2018 04:04:42 -0600 Subject: Convert the list of tunnels to a KeyedObservableList Signed-off-by: Samuel Holland --- app/src/main/res/layout/tunnel_list_fragment.xml | 4 +++- app/src/main/res/layout/tunnel_list_item.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml index e4923d54..fa489840 100644 --- a/app/src/main/res/layout/tunnel_list_fragment.xml +++ b/app/src/main/res/layout/tunnel_list_fragment.xml @@ -4,13 +4,15 @@ + + + type="com.wireguard.android.util.KeyedObservableList<String, Tunnel>" /> + + + type="com.wireguard.android.util.KeyedObservableList<String, Tunnel>" />