mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Update string on find by username screen.
This commit is contained in:
committed by
Cody Henthorne
parent
872ee805d1
commit
0d5961baf9
@@ -357,7 +357,7 @@ private fun previewPermissionState(): PermissionState {
|
||||
|
||||
private val previewLifecycleOwner: LifecycleOwner = object : LifecycleOwner {
|
||||
override val lifecycle: Lifecycle
|
||||
get() = TODO("Not yet implemented")
|
||||
get() = throw UnsupportedOperationException("Only for tests")
|
||||
}
|
||||
|
||||
private fun shareQrBadge(activity: Activity, badge: Bitmap?) {
|
||||
|
||||
Reference in New Issue
Block a user