refactor(UiUtils): remove unused function

This commit is contained in:
FineFindus
2024-07-11 20:43:15 +02:00
parent 803e66f999
commit 3fec39835c

View File

@@ -1341,10 +1341,6 @@ public class UiUtils {
openURL(context, accountID, url, true); openURL(context, accountID, url, true);
} }
public static void openURL(Context context, String accountID, String url, Object parentObject) {
openURL(context, accountID, url, !(parentObject instanceof Status || parentObject instanceof Account));
}
public static void openURL(Context context, String accountID, String url, boolean launchBrowser) { public static void openURL(Context context, String accountID, String url, boolean launchBrowser) {
lookupURL(context, accountID, url, (clazz, args) -> { lookupURL(context, accountID, url, (clazz, args) -> {
if (clazz == null) { if (clazz == null) {