mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Do not show the QR code shortuct if you have no username.
This commit is contained in:
committed by
Cody Henthorne
parent
54a1b97167
commit
8e8ba23da7
@@ -54,3 +54,7 @@ fun String?.nullIfBlank(): String? {
|
||||
null
|
||||
}
|
||||
}
|
||||
|
||||
fun CharSequence?.isNotNullOrBlank(): Boolean {
|
||||
return !this.isNullOrBlank()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user