Skip to content

Commit 4db465c

Browse files
committed
Add jvmoverloads for test
1 parent 6536907 commit 4db465c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
-28 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ open class Text(protected val defaultTextStyle: TextStyle? ) : Serializable {
216216

217217
}
218218

219+
@JvmOverloads // todo: remove, temporary
219220
fun TextView.setText(text: Text?, textStyle: TextStyle? = null) {
220221
if (text == null) {
221222
this.text = null

0 commit comments

Comments
 (0)