Custom emojis in drawer (#737)
* upgrade MaterialDrawer * improve CustomEmojiHelper so now any parent view can be used for invalidation * cleanup MainActivity a bit * add emojiList to account database and show compatEmojis and custom emojis in drawer * improve perf of drawer profile update * fix account switching * reuse gson, break after profile item was found
This commit is contained in:
parent
b5a8915845
commit
9b422a97fe
9 changed files with 99 additions and 64 deletions
|
@ -65,7 +65,7 @@ ext.daggerVersion = '2.16'
|
|||
|
||||
// if libraries are changed here, they should also be changed in LicenseActivity
|
||||
dependencies {
|
||||
implementation('com.mikepenz:materialdrawer:6.0.7@aar') {
|
||||
implementation('com.mikepenz:materialdrawer:6.0.9@aar') {
|
||||
transitive = true
|
||||
}
|
||||
implementation "com.android.support:appcompat-v7:$supportLibraryVersion"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue