Resolve concrete lint and backup configuration issues

This commit is contained in:
ajp_anton
2026-07-27 22:54:06 +00:00
parent f31a7c8efe
commit a86ea52006
10 changed files with 29 additions and 15 deletions
@@ -185,7 +185,7 @@ class ViewLogsFragment : Fragment(R.layout.fragment_view_logs) {
maxLines = if (expanded) Int.MAX_VALUE else 1
ellipsize = if (expanded) null else TextUtils.TruncateAt.END
if (expanded) {
breakStrategy = android.text.Layout.BREAK_STRATEGY_HIGH_QUALITY
breakStrategy = android.graphics.text.LineBreaker.BREAK_STRATEGY_HIGH_QUALITY
hyphenationFrequency = android.text.Layout.HYPHENATION_FREQUENCY_NONE
}
textSize = value.textSize