Fixed unlinked refresh button for the server connection check
[pub/Android/ownCloud.git] / src / com / owncloud / android / authentication / AuthenticatorActivity.java
index dd3b4a0..ca2c1a8 100644 (file)
@@ -1006,7 +1006,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
      * @param view      Refresh 'button'\r
      */\r
     public void onRefreshClick(View view) {\r
-        onFocusChange(mRefreshButton, false);\r
+        onFocusChange(mHostUrlInput, false);\r
     }\r
     \r
     \r