Skip to content

Commit 68c76be

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 65e4dba + 36157a9 commit 68c76be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • stub/src/main/java/com/omega_r/libs/omegatypes

stub/src/main/java/com/omega_r/libs/omegatypes/Text.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ open class Text : Serializable, Textable {
1111
@JvmOverloads
1212
fun from(string: String, textStyle: TextStyle? = null): Text = throw Exception()
1313

14+
@JvmStatic
15+
fun empty(): Text = throw Exception()
16+
1417
}
1518

1619
interface StringHolder {

0 commit comments

Comments
 (0)