mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-16 11:31:37 +01:00
Remove commented out code
This commit is contained in:
parent
27b576cc1a
commit
2bdf916307
@ -139,11 +139,5 @@ fun SimpleActivity.tryImportContactsFromFile(uri: Uri, callback: (Boolean) -> Un
|
|||||||
|
|
||||||
fun SimpleActivity.showImportContactsDialog(path: String, callback: (Boolean) -> Unit) {
|
fun SimpleActivity.showImportContactsDialog(path: String, callback: (Boolean) -> Unit) {
|
||||||
ImportContactsDialog(this, path, callback)
|
ImportContactsDialog(this, path, callback)
|
||||||
// if (it) {
|
|
||||||
// runOnUiThread {
|
|
||||||
// refreshContacts(ALL_TABS_MASK)
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user