Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Fix bug #103
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mishchenko committed Sep 6, 2020
1 parent ed3c925 commit 9d468df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action_handle_blogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def _follow(device, username, follow_percentage):
print("Following...")
coordinator_layout = device.find(resourceId='com.instagram.android:id/coordinator_root_layout')
if coordinator_layout.exists():
coordinator_layout.scroll.toBeginning()
coordinator_layout.scroll(DeviceFacade.Direction.TOP)

profile_actions = device.find(resourceId='com.instagram.android:id/profile_header_actions_top_row',
className='android.widget.LinearLayout')
Expand Down

0 comments on commit 9d468df

Please sign in to comment.