Skip to content

Commit

Permalink
change text deprecation level
Browse files Browse the repository at this point in the history
  • Loading branch information
Masoud Ashrafzadeh committed Feb 26, 2020
1 parent a9b83dc commit 3e4bb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardentry/src/main/java/com/sma6871/cardentry/CardEntry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class CardEntry : AppCompatEditText {
})
}

@Deprecated("Use numbers instead", replaceWith = ReplaceWith("numbers"), level = DeprecationLevel.ERROR)
@Deprecated("Use numbers instead if you turned on fix_selection", replaceWith = ReplaceWith("numbers"), level = DeprecationLevel.WARNING)
override fun getText(): Editable? {
return super.getText()

Expand Down

0 comments on commit 3e4bb90

Please sign in to comment.