diff options
Diffstat (limited to 'same-android/res')
-rw-r--r-- | same-android/res/layout/controller.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/same-android/res/layout/controller.xml b/same-android/res/layout/controller.xml index ad4c286..79974ee 100644 --- a/same-android/res/layout/controller.xml +++ b/same-android/res/layout/controller.xml @@ -39,7 +39,7 @@ <Button android:layout_width="match_parent" android:layout_height="wrap_content" - android:onClick="joinNetwork" + android:onClick="joinNetworkUrl" android:text="Join" /> <Button |