Show a snackbar when sending comment and sending comment fails. Display the sent comment data after the comment is sent.

This commit is contained in:
Alex Ning
2019-06-14 11:58:52 +08:00
parent f69ae29bb9
commit 72d811186f
9 changed files with 151 additions and 55 deletions

View File

@@ -46,7 +46,7 @@ dependencies {
implementation 'androidx.browser:browser:1.0.0'
implementation 'com.alexvasilkov:gesture-views:2.5.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.8.0'
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'com.github.pwittchen:swipe-rx2:0.3.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
// Room components
@@ -75,5 +75,4 @@ dependencies {
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'
implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3'
implementation 'org.greenrobot:eventbus:3.1.1'
implementation 'jp.wasabeef:richeditor-android:1.2.2'
}