mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Use cancel icon for closing account/folder
This commit is contained in:
@@ -177,7 +177,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
|
||||
ivState.setImageResource(R.drawable.twotone_cloud_queue_24);
|
||||
ivState.setContentDescription(context.getString(R.string.title_legend_connecting));
|
||||
} else if ("closing".equals(account.state)) {
|
||||
ivState.setImageResource(R.drawable.twotone_close_24);
|
||||
ivState.setImageResource(R.drawable.twotone_cancel_24);
|
||||
ivState.setContentDescription(context.getString(R.string.title_legend_closing));
|
||||
} else {
|
||||
ivState.setImageResource(R.drawable.twotone_cloud_off_24);
|
||||
|
||||
Reference in New Issue
Block a user