mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Small improvement
This commit is contained in:
@@ -764,7 +764,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
// Flags
|
||||
tvFlags.setText(message.flags);
|
||||
tvFlags.setVisibility(BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
|
||||
tvFlags.setVisibility(debug ? View.VISIBLE : View.GONE);
|
||||
|
||||
// Keywords
|
||||
tvKeywords.setText(TextUtils.join(" ", message.keywords));
|
||||
|
||||
Reference in New Issue
Block a user