@@ -65,6 +65,7 @@
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:src="@drawable/ic_action_refresh_black"
+ android:onClick="onRefreshClick"
android:visibility="invisible" />
</FrameLayout>
@@ -1006,7 +1006,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
* @param view Refresh 'button'
*/
public void onRefreshClick(View view) {
- onFocusChange(mRefreshButton, false);
+ onFocusChange(mHostUrlInput, false);
}