Import SMS

This commit is contained in:
Paul Akhamiogu 2021-09-12 18:44:52 +01:00
parent 7f32115afe
commit 9656207135
14 changed files with 310 additions and 28 deletions

View file

@ -401,7 +401,7 @@ class MainActivity : SimpleActivity() {
ImportMessagesDialog(this, path) { refresh ->
if (refresh) {
runOnUiThread {
// refresh
}
}
}