Compare commits
	
		
			3 Commits
		
	
	
		
			857520617d
			...
			fix-bottom
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e4b6119f65 | |||
| ea70c64873 | |||
|  | f4a1805474 | 
| @@ -13,7 +13,6 @@ jobs: | ||||
|         id: check-android-changes | ||||
|         uses: tj-actions/changed-files@v46 | ||||
|         with: | ||||
|           base_sha: 'master' | ||||
|           files: | | ||||
|             androidApp/src/** | ||||
|             shared/src/commonMain/** | ||||
|   | ||||
| @@ -33,7 +33,7 @@ jobs: | ||||
|         id: check-translations-changes | ||||
|         uses: tj-actions/changed-files@v46 | ||||
|         with: | ||||
|           base_sha: 'master' | ||||
|           base_sha: ${{ github.event.pull_request.base.sha }} | ||||
|           files: | | ||||
|             androidApp/src/main/res/values/strings.xml | ||||
|       - name: upload translation sources | ||||
|   | ||||
| @@ -1,3 +1,10 @@ | ||||
| **v125040991 | ||||
|  | ||||
| - fix: Connectivity toast message was causing issues. | ||||
| - Changelog for v125030901 | ||||
|  | ||||
| -------------------------------------------------------------------- | ||||
|  | ||||
| **v125030901 | ||||
|  | ||||
| - Merge pull request 'fix-reload' (#195) from fix-reload into master | ||||
|   | ||||
| @@ -387,6 +387,7 @@ class HomeActivity : | ||||
|                     lastFetchDone = false | ||||
|  | ||||
|                     elementsShown = ItemType.fromInt(position + 1) | ||||
|                     items = ArrayList() | ||||
|                     getElementsAccordingToTab() | ||||
|                     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