avoid seeing duplicate import dialog at third party file opening

This commit is contained in:
tibbi 2018-04-08 12:12:30 +02:00
parent d6f8bd43bf
commit 9089edf04c

View file

@ -293,6 +293,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
if (intent?.action == Intent.ACTION_VIEW && intent.data != null) {
tryImportContactsFromFile(intent.data)
intent.data = null
}
}