mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-08 06:32:51 -05:00
Remove commented out code
This commit is contained in:
@@ -139,11 +139,5 @@ fun SimpleActivity.tryImportContactsFromFile(uri: Uri, callback: (Boolean) -> Un
|
||||
|
||||
fun SimpleActivity.showImportContactsDialog(path: String, callback: (Boolean) -> Unit) {
|
||||
ImportContactsDialog(this, path, callback)
|
||||
// if (it) {
|
||||
// runOnUiThread {
|
||||
// refreshContacts(ALL_TABS_MASK)
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user