use EventBus for triggering sms list refreshes

This commit is contained in:
tibbi 2020-04-04 21:23:28 +02:00
parent d3eee79d0e
commit 29c0f928ca
5 changed files with 62 additions and 5 deletions

View file

@ -38,4 +38,5 @@ android {
dependencies {
implementation 'com.simplemobiletools:commons:5.24.15'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'org.greenrobot:eventbus:3.2.0'
}