mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-19 06:48:00 +01:00
update the widgets at opening the Media Activity too
This commit is contained in:
parent
92bf2acc56
commit
7fc10d74d4
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ class MediaActivity : SimpleActivity(), MediaOperationsListener {
|
||||||
media_empty_text.setOnClickListener {
|
media_empty_text.setOnClickListener {
|
||||||
showFilterMediaDialog()
|
showFilterMediaDialog()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateWidgets()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onStart() {
|
override fun onStart() {
|
||||||
|
|
Loading…
Reference in a new issue