mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Small improvement
This commit is contained in:
@@ -948,7 +948,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
tvFtsIndexed.setText(getString(R.string.title_advanced_fts_indexed,
|
||||
stats.fts,
|
||||
stats.total,
|
||||
Helper.humanReadableByteCount(FtsDbHelper.size(getContext()))));
|
||||
Helper.humanReadableByteCount(FtsDbHelper.size(tvFtsIndexed.getContext()))));
|
||||
last = stats;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user