Update string on find by username screen.

This commit is contained in:
Greyson Parrelli
2024-02-15 09:46:54 -05:00
committed by Cody Henthorne
parent 872ee805d1
commit 0d5961baf9
3 changed files with 57 additions and 36 deletions

View File

@@ -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?) {