android-app icon indicating copy to clipboard operation
android-app copied to clipboard

Fix: http schema handling

Open KevinSJ opened this issue 3 months ago • 0 comments

The fr.gaulupeau.apps.Poche.ui.HttpSchemeHandlerActivity is supposed to be able to handle any http or https url.

However, as part of the change in #1434, this functionality was broken, it is not no longer possible to set wallabag to handle http scheme even when the setting option is set to true.

Reverting the change fixes this issue.

KevinSJ avatar Sep 19 '25 21:09 KevinSJ