mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Small improvement
This commit is contained in:
parent
13bc8a3d9b
commit
a7610d3f6b
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||||
tvFtsIndexed.setText(getString(R.string.title_advanced_fts_indexed,
|
tvFtsIndexed.setText(getString(R.string.title_advanced_fts_indexed,
|
||||||
stats.fts,
|
stats.fts,
|
||||||
stats.total,
|
stats.total,
|
||||||
Helper.humanReadableByteCount(FtsDbHelper.size(getContext()))));
|
Helper.humanReadableByteCount(FtsDbHelper.size(tvFtsIndexed.getContext()))));
|
||||||
last = stats;
|
last = stats;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue