Compare commits
3 Commits
5ab2898dbf
...
master
Author | SHA1 | Date | |
---|---|---|---|
b59121d1d1 | |||
e4b6119f65 | |||
ea70c64873 |
@ -1,3 +1,11 @@
|
|||||||
|
**v125051211
|
||||||
|
|
||||||
|
- fix: Bottom bar loading issues.
|
||||||
|
- ci: make file changes check from master. (#199)
|
||||||
|
- Changelog for v125040991
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
**v125040991
|
**v125040991
|
||||||
|
|
||||||
- fix: Connectivity toast message was causing issues.
|
- fix: Connectivity toast message was causing issues.
|
||||||
|
@ -387,6 +387,7 @@ class HomeActivity :
|
|||||||
lastFetchDone = false
|
lastFetchDone = false
|
||||||
|
|
||||||
elementsShown = ItemType.fromInt(position + 1)
|
elementsShown = ItemType.fromInt(position + 1)
|
||||||
|
items = ArrayList()
|
||||||
getElementsAccordingToTab()
|
getElementsAccordingToTab()
|
||||||
binding.recyclerView.scrollToPosition(0)
|
binding.recyclerView.scrollToPosition(0)
|
||||||
|
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
**v125051211**
|
||||||
|
|
||||||
|
- fix: Bottom bar loading issues.
|
||||||
|
- ci: make file changes check from master. (#199)
|
||||||
|
- Changelog for v125040991
|
Reference in New Issue
Block a user