Compare commits
3 Commits
0694931d2d
...
fix-bottom
Author | SHA1 | Date | |
---|---|---|---|
e4b6119f65 | |||
ea70c64873 | |||
f4a1805474 |
@@ -1,3 +1,10 @@
|
|||||||
|
**v125040991
|
||||||
|
|
||||||
|
- fix: Connectivity toast message was causing issues.
|
||||||
|
- Changelog for v125030901
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
**v125030901
|
**v125030901
|
||||||
|
|
||||||
- Merge pull request 'fix-reload' (#195) from fix-reload into master
|
- Merge pull request 'fix-reload' (#195) from fix-reload into master
|
||||||
|
@@ -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,4 @@
|
|||||||
|
**v125040991**
|
||||||
|
|
||||||
|
- fix: Connectivity toast message was causing issues.
|
||||||
|
- Changelog for v125030901
|
Reference in New Issue
Block a user