mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-15 19:27:31 +00:00
"ig.me/u/..." doesn't exist anymore? so removed it
This commit is contained in:
parent
9a889ef385
commit
42dfe01220
@ -32,7 +32,7 @@ public final class IntentUtils {
|
|||||||
if (1 == paths.size()) {
|
if (1 == paths.size()) {
|
||||||
text = path;
|
text = path;
|
||||||
type = IntentModelType.USERNAME;
|
type = IntentModelType.USERNAME;
|
||||||
} else if ("_u".equals(path) || "u".equals(path)) {
|
} else if ("_u".equals(path)) {
|
||||||
text = paths.get(1);
|
text = paths.get(1);
|
||||||
type = IntentModelType.USERNAME;
|
type = IntentModelType.USERNAME;
|
||||||
} else if ("p".equals(path) || "reel".equals(path) || "tv".equals(path)) {
|
} else if ("p".equals(path) || "reel".equals(path) || "tv".equals(path)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user