Skip to content

Fix crash when trying to swap.

There was a problem where during a swap session, F-Droid would try to listen for download + install broadcasts for a specific apk. However it found that apk by:

  • Taking the App in the list of apps it is rendering
  • Asking for "an apk from any repo"

It really should have asked for "an apk from the swap repo" (for which there is only one due to the nature of swap). That is what this change does.

This specific fix didn't seem related to #1086, however I can't reproduce that with this fix in place.

Merge request reports