aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/tunnel_list_fragment.xml
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-01-06 23:07:17 -0600
committerSamuel Holland <samuel@sholland.org>2018-01-06 23:07:17 -0600
commitf5fbbdcaf6cba0f81cfece401b8d2dd09ecab998 (patch)
treec51c8fdfec422779d921f0455f029d55b52b34db /app/src/main/res/layout/tunnel_list_fragment.xml
parentproject: Minor cleanups (diff)
downloadwireguard-android-f5fbbdcaf6cba0f81cfece401b8d2dd09ecab998.tar.xz
wireguard-android-f5fbbdcaf6cba0f81cfece401b8d2dd09ecab998.zip
Keyed...: Rename all the things
Hooray for diamond interface inheritance. Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'app/src/main/res/layout/tunnel_list_fragment.xml')
-rw-r--r--app/src/main/res/layout/tunnel_list_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/tunnel_list_fragment.xml b/app/src/main/res/layout/tunnel_list_fragment.xml
index fa489840..ba3728a3 100644
--- a/app/src/main/res/layout/tunnel_list_fragment.xml
+++ b/app/src/main/res/layout/tunnel_list_fragment.xml
@@ -12,7 +12,7 @@
<variable
name="tunnels"
- type="com.wireguard.android.util.KeyedObservableList&lt;String, Tunnel&gt;" />
+ type="com.wireguard.android.util.ObservableKeyedList&lt;String, Tunnel&gt;" />
</data>
<com.commonsware.cwac.crossport.design.widget.CoordinatorLayout