mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Read contacts in background
This commit is contained in:
@@ -385,6 +385,9 @@ public class FragmentSetup extends FragmentBase {
|
||||
break;
|
||||
}
|
||||
|
||||
if (has)
|
||||
ContactInfo.init(getContext());
|
||||
|
||||
tvPermissionsDone.setText(has ? R.string.title_setup_done : R.string.title_setup_to_do);
|
||||
tvPermissionsDone.setTextColor(has ? textColorPrimary : colorWarning);
|
||||
tvPermissionsDone.setCompoundDrawablesWithIntrinsicBounds(has ? check : null, null, null, null);
|
||||
|
||||
Reference in New Issue
Block a user