diff --git a/addon/appModules/whatsapp/__init__.py b/addon/appModules/whatsapp/__init__.py index 99793a3..243922f 100644 --- a/addon/appModules/whatsapp/__init__.py +++ b/addon/appModules/whatsapp/__init__.py @@ -277,7 +277,7 @@ def script_unreadFocus(self, gesture): ) def script_switch(self, gesture): if api.getFocusObject().UIAAutomationId == 'BubbleListItem': - textBox = self.get('TextBox', False, None) + textBox = self.get('InputBarTextBox', False, None) if textBox: textBox.setFocus() else: