remove unused callback in ImportMessagesDialog
This commit is contained in:
parent
3cd84e42bc
commit
24c08613d9
2 changed files with 2 additions and 11 deletions
|
|
@ -398,13 +398,7 @@ class MainActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
private fun showImportEventsDialog(path: String) {
|
||||
ImportMessagesDialog(this, path) { refresh ->
|
||||
if (refresh) {
|
||||
runOnUiThread {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
ImportMessagesDialog(this, path)
|
||||
}
|
||||
|
||||
private fun tryImportMessagesFromFile(uri: Uri) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue