Loading app/src/main/java/app/fedilab/android/mastodon/helper/Helper.java +2 −0 Original line number Diff line number Diff line Loading @@ -665,6 +665,8 @@ public class Helper { .build(); builder.setDefaultColorSchemeParams(defaultColors); CustomTabsIntent customTabsIntent = builder.build(); url = url.replace("HTTPS://", "https://"); url = url.replace("HTTP://", "http://"); try { customTabsIntent.launchUrl(context, Uri.parse(url)); } catch (Exception e) { Loading Loading
app/src/main/java/app/fedilab/android/mastodon/helper/Helper.java +2 −0 Original line number Diff line number Diff line Loading @@ -665,6 +665,8 @@ public class Helper { .build(); builder.setDefaultColorSchemeParams(defaultColors); CustomTabsIntent customTabsIntent = builder.build(); url = url.replace("HTTPS://", "https://"); url = url.replace("HTTP://", "http://"); try { customTabsIntent.launchUrl(context, Uri.parse(url)); } catch (Exception e) { Loading