Android app doesn't use browser inside the app any more, launches site in full browser

Did some digging on this, and came across the following:

https://community.tt-rss.org/t/dont-hardcode-chrome-when-opening-custom-tabs/319
https://git.tt-rss.org/fox/tt-rss-android/src/branch/master/org.fox.ttrss/src/main/java/org/fox/ttrss/CommonActivity.java#L97

and here’s an implementation that correctly uses Firefox custom tabs on my device:

So could you re-add it with this extra detection, which would remove the Chrome dependency properly and make the app useful again?