fix deleted status reappearing in the timeline (#1225)
* fix deleted status reappearing in the timeline * fix crash * fix tests * fix instrumented tests * add test for deleted status in timeline
This commit is contained in:
parent
53696f752a
commit
cb82202d4d
6 changed files with 65 additions and 7 deletions
|
|
@ -133,6 +133,7 @@ dependencies {
|
|||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
androidTestImplementation 'android.arch.persistence.room:testing:1.1.1'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
|
||||
testImplementation 'androidx.test.ext:junit:1.1.0'
|
||||
debugImplementation 'im.dino:dbinspector:3.4.1@aar'
|
||||
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue