mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
Fixed the manual configuration ( I broke before ).
This commit is contained in:
parent
52d9ba89df
commit
b19928a298
@ -64,7 +64,7 @@ public class AccountSetupAccountType extends K9Activity implements OnClickListen
|
||||
((Button)findViewById(R.id.imap)).setOnClickListener(this);
|
||||
((Button)findViewById(R.id.webdav)).setOnClickListener(this);
|
||||
|
||||
if( getIntent().getStringExtra(EXTRA_IS_MANUAL) != null){
|
||||
if( getIntent().getBooleanExtra(EXTRA_IS_MANUAL, false) ){
|
||||
mAccount = Account.getBlankAccount(this,
|
||||
getIntent().getStringExtra(EXTRA_EMAIL),
|
||||
getIntent().getStringExtra(EXTRA_PASSWORD));
|
||||
|
Loading…
Reference in New Issue
Block a user