refactor(UiUtils): remove unused function
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user