mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Improve and centralize e164 utils.
This commit is contained in:
@@ -49,7 +49,7 @@ class NewCallActivity : ContactSelectionActivity(), ContactSelectionListFragment
|
||||
|
||||
val progress = SimpleProgressDialog.show(this)
|
||||
|
||||
SimpleTask.run(lifecycle, { RecipientRepository.lookupNewE164(this, number!!) }, { result ->
|
||||
SimpleTask.run(lifecycle, { RecipientRepository.lookupNewE164(number!!) }, { result ->
|
||||
progress.dismiss()
|
||||
|
||||
when (result) {
|
||||
|
||||
Reference in New Issue
Block a user