mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Show last selected folder
This commit is contained in:
@@ -231,8 +231,9 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
view.setAlpha(folder.hide || disabled ? Helper.LOW_LIGHT : 1.0f);
|
||||
|
||||
if (listener == null && selectedModel != null)
|
||||
view.setBackgroundColor(selectedModel.isSelected(folder.id)
|
||||
? colorSeparator : Color.TRANSPARENT);
|
||||
itemView.setBackgroundColor(
|
||||
selectedModel.isSelected(folder.id)
|
||||
? colorSeparator : Color.TRANSPARENT);
|
||||
|
||||
if (textSize != 0)
|
||||
tvName.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
|
||||
|
||||
Reference in New Issue
Block a user