mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-24 22:19:59 +01:00
notifyDataSetChanged after predefines statuses were loaded
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
57a408ac97
commit
8117c775a7
@ -136,6 +136,8 @@ class SetStatusDialogFragment :
|
|||||||
.string(),
|
.string(),
|
||||||
PredefinedStatusOverall::class.java)
|
PredefinedStatusOverall::class.java)
|
||||||
predefinedStatusesList.addAll(predefinedStatusOverall.getOcs().data)
|
predefinedStatusesList.addAll(predefinedStatusOverall.getOcs().data)
|
||||||
|
|
||||||
|
adapter.notifyDataSetChanged()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onError(e: Throwable) {
|
override fun onError(e: Throwable) {
|
||||||
|
Loading…
Reference in New Issue
Block a user