mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Fixed rotation problems
- Using another obscure flag - Simplify state
This commit is contained in:
@@ -411,10 +411,11 @@ public class FragmentIdentity extends FragmentEx {
|
||||
} else
|
||||
tilPassword.getEditText().setText(savedInstanceState.getString("password"));
|
||||
|
||||
Helper.setViewsEnabled(view, true);
|
||||
|
||||
cbPrimary.setEnabled(cbSynchronize.isChecked());
|
||||
ibDelete.setVisibility(identity == null ? View.GONE : View.VISIBLE);
|
||||
|
||||
Helper.setViewsEnabled(view, true);
|
||||
btnSave.setEnabled(true);
|
||||
pbWait.setVisibility(View.GONE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user