Skip to content

Commit 7ee573d

Browse files
Hot fix
1 parent d764f26 commit 7ee573d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omegatypes/src/main/java/com/omega_r/libs/omegatypes/TextBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class TextBuilder(capacity: Int) {
7171
return true
7272
}
7373
if (textBuilder.list.firstOrNull { !it.isEmpty() } != null) return false
74-
return false
74+
return true
7575
}
7676

7777
override fun getString(resources: Resources): String? {

0 commit comments

Comments
 (0)