mirror of
https://github.com/FossifyOrg/Phone.git
synced 2026-04-19 23:07:10 -04:00
refactor: adjust for code style
This commit is contained in:
@@ -85,7 +85,9 @@ fun SimpleActivity.getHandleToUse(intent: Intent?, phoneNumber: String, callback
|
||||
defaultHandle != null -> callback(defaultHandle)
|
||||
else -> {
|
||||
SelectSIMDialog(this, phoneNumber, onDismiss = {
|
||||
if(this is DialerActivity) finish()
|
||||
if (this is DialerActivity) {
|
||||
finish()
|
||||
}
|
||||
}) { handle ->
|
||||
callback(handle)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user