fix(perception): Resolve OWN_PROFILE shadowing by OTHER_PROFILE heuristic (TDD)
This commit is contained in:
@@ -178,6 +178,8 @@ class ScreenIdentity:
|
||||
return ScreenType.FOLLOW_LIST
|
||||
|
||||
if "profile_header_container" in ids:
|
||||
if selected_tab == "profile_tab":
|
||||
return ScreenType.OWN_PROFILE
|
||||
return ScreenType.OTHER_PROFILE
|
||||
|
||||
# Reels structural markers — present even when Instagram hides the tab bar
|
||||
|
||||
Reference in New Issue
Block a user