Paul Sutcliffe

Results 2 comments of Paul Sutcliffe

The problem is in the file core/views.py line 1553 def click_on_avatar(self): while True: if self._new_ui_profile_button(): break if self._old_ui_profile_button(): break self.device.back() I understand that this should click the avatar but it...