1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

Default emails && NetworkDialog bugfix

git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1701 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
Vasiliy Bout 2010-09-06 18:26:32 +00:00
parent 7e5b6eca26
commit c3fba9899d
12 changed files with 135 additions and 19 deletions

View file

@ -126,7 +126,7 @@ class AuthenticationDialog extends NetworkDialog {
}
@Override
public void prepareDialog(Dialog dialog) {
public void prepareDialogInternal(Dialog dialog) {
final NetworkAuthenticationManager mgr = myLink.authenticationManager();
((TextView) dialog.findViewById(R.id.network_authentication_login)).setText(mgr.UserNameOption.getValue());