mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 742111 - J-PAKE text entry boxes not focused in Pair a Device. r=rnewman
This commit is contained in:
parent
cbe789877a
commit
5aa0849e8a
@ -542,6 +542,8 @@ public class SetupSyncActivity extends AccountAuthenticatorActivity {
|
||||
public void onTextChanged(CharSequence s, int start, int before, int count) {
|
||||
}
|
||||
});
|
||||
|
||||
row1.requestFocus();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user