1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Small improvement

This commit is contained in:
M66B 2021-01-04 08:43:24 +01:00
parent 391b497666
commit 83e888a1bd

View file

@ -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)