mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
Dim thread count when not threaded
This commit is contained in:
@@ -194,6 +194,8 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
|
||||
} else {
|
||||
tvCount.setText(Integer.toString(message.count));
|
||||
ivThread.setVisibility(View.VISIBLE);
|
||||
tvCount.setAlpha(message.threaded ? 1.0f : 0.5f);
|
||||
ivThread.setAlpha(message.threaded ? 1.0f : 0.5f);
|
||||
}
|
||||
|
||||
if (debug) {
|
||||
|
||||
Reference in New Issue
Block a user