Skip to content

Handle fdroidrepos:// urls better.

Before, it only handled the incoming Intent in onResume(). Now, it happens in onNewIntent() too (but ensures to only handle the same intent once).

Note the onResume() only ever handles the original intent, not the new intent. See inline comments for why.

Fixes #524 (closed).

Merge request reports