mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Two more debug classes
This commit is contained in:
@@ -204,7 +204,7 @@ public class FragmentLogs extends FragmentBase {
|
||||
|
||||
int len = EntityLog.Type.values().length;
|
||||
if (!BuildConfig.DEBUG)
|
||||
len -= 3;
|
||||
len -= 5;
|
||||
|
||||
SpannableStringBuilder[] titles = new SpannableStringBuilder[len];
|
||||
boolean[] states = new boolean[len];
|
||||
|
||||
Reference in New Issue
Block a user