Fixed user icon and user banner not displaying after user login. LoginActivity will not show page not found error after login finish.

This commit is contained in:
Alex Ning
2019-02-26 21:56:51 +08:00
parent 8ae7ba334c
commit 9530e1f497
8 changed files with 113 additions and 109 deletions

View File

@@ -41,8 +41,6 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.2-alpha01'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.2-alpha01'
implementation 'com.android.volley:volley:1.1.0'
implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'com.google.android.exoplayer:exoplayer:2.7.0'
implementation 'com.google.android.exoplayer:exoplayer-dash:2.7.0'
implementation 'androidx.browser:browser:1.0.0'