mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
oops
This commit is contained in:
parent
b7a40b7b39
commit
f1e6c80421
@ -965,7 +965,7 @@ public final class ResponseBodyUtils {
|
|||||||
JSONObject tappableObject = data.getJSONArray("story_cta").getJSONObject(0).getJSONArray("links").getJSONObject(0);
|
JSONObject tappableObject = data.getJSONArray("story_cta").getJSONObject(0).getJSONArray("links").getJSONObject(0);
|
||||||
String swipeUpUrl = tappableObject.optString("webUri");
|
String swipeUpUrl = tappableObject.optString("webUri");
|
||||||
final String backupSwipeUpUrl = swipeUpUrl;
|
final String backupSwipeUpUrl = swipeUpUrl;
|
||||||
if (swipeUpUrl != null && swipeUpUrl.startsWith("https://l.instagram.com/") {
|
if (swipeUpUrl != null && swipeUpUrl.startsWith("https://l.instagram.com/")) {
|
||||||
swipeUpUrl = Uri.parse(swipeUpUrl).getQueryParameter("u");
|
swipeUpUrl = Uri.parse(swipeUpUrl).getQueryParameter("u");
|
||||||
}
|
}
|
||||||
if (swipeUpUrl != null && swipeUpUrl.startsWith("http"))
|
if (swipeUpUrl != null && swipeUpUrl.startsWith("http"))
|
||||||
|
Loading…
Reference in New Issue
Block a user