Compare commits

..

3 Commits

Author SHA1 Message Date
b59121d1d1 Changelog for v125051211 2025-05-01 19:06:09 +00:00
e4b6119f65 fix: Bottom bar loading issues.
All checks were successful
PR / translations (pull_request) Successful in 31s
PR / PR (pull_request) Successful in 41s
PR / build (pull_request) Successful in 17m53s
PR test / integrationTests (pull_request) Successful in 40m46s
Master / build (push) Successful in 12m51s
Realease / build (push) Successful in 4m6s
Realease / createTagAndChangelog (push) Successful in 41s
Realease / release (push) Successful in 7m6s
2025-04-30 21:05:50 +02:00
ea70c64873 ci: make file changes check from master. (#199)
All checks were successful
Master / build (push) Successful in 25s
## Types of changes

- [ ] I have read the **CONTRIBUTING** document.
- [ ] My code follows the code style of this project.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [ ] This is **NOT** translation related.

This closes issue #XXX

This is implements feature #YYY

This finishes chore #ZZZ

Reviewed-on: #199
Co-authored-by: Amine <amine.bouabdallaoui@pm.me>
Co-committed-by: Amine <amine.bouabdallaoui@pm.me>
2025-04-15 20:03:24 +00:00
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,11 @@
**v125051211
- fix: Bottom bar loading issues.
- ci: make file changes check from master. (#199)
- Changelog for v125040991
--------------------------------------------------------------------
**v125040991
- fix: Connectivity toast message was causing issues.

View File

@ -387,6 +387,7 @@ class HomeActivity :
lastFetchDone = false
elementsShown = ItemType.fromInt(position + 1)
items = ArrayList()
getElementsAccordingToTab()
binding.recyclerView.scrollToPosition(0)

View File

@ -0,0 +1,5 @@
**v125051211**
- fix: Bottom bar loading issues.
- ci: make file changes check from master. (#199)
- Changelog for v125040991