mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Small improvement
This commit is contained in:
parent
391b497666
commit
83e888a1bd
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
|||
ivState.setImageResource(R.drawable.twotone_warning_24);
|
||||
}
|
||||
ivState.setVisibility(
|
||||
folder.synchronize || folder.state != null || folder.sync_state != null
|
||||
(folder.selectable && folder.synchronize) || folder.state != null || folder.sync_state != null
|
||||
? View.VISIBLE : View.INVISIBLE);
|
||||
|
||||
if (folder.selectable)
|
||||
|
|
Loading…
Reference in a new issue