mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Refactoring
This commit is contained in:
@@ -737,7 +737,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
flags.add(TextUtils.join(", ", with_types));
|
||||
if (with_size != null)
|
||||
flags.add(context.getString(R.string.title_search_flag_size,
|
||||
Helper.humanReadableByteCount(with_size, true)));
|
||||
Helper.humanReadableByteCount(with_size)));
|
||||
return (query == null ? "" : query)
|
||||
+ (flags.size() > 0 ? " +" : "")
|
||||
+ TextUtils.join(",", flags);
|
||||
|
||||
Reference in New Issue
Block a user