Refresh AppDetails header on package state change (fix #161)
Update the application details to display the correct state on application install/uninstall.
Should fix issue #161 (closed) #161 (closed)
Update the application details to display the correct state on application install/uninstall.
Should fix issue #161 (closed) #161 (closed)
Step 1. Fetch and check out the branch for this merge request
git fetch https://gitlab.com/rom1v/fdroidclient.git refresh_header_161 git checkout -b rom1v/fdroidclient-refresh_header_161 FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/master git merge --no-ff rom1v/fdroidclient-refresh_header_161
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.