android-app
android-app copied to clipboard
Fix: http schema handling
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.