diff --git a/testPrograms/notification/PushNotificationReceiver/SettingsScreen.cpp b/testPrograms/notification/PushNotificationReceiver/SettingsScreen.cpp index fb8dae4b8..d784970d5 100644 --- a/testPrograms/notification/PushNotificationReceiver/SettingsScreen.cpp +++ b/testPrograms/notification/PushNotificationReceiver/SettingsScreen.cpp @@ -83,8 +83,11 @@ SettingsScreen::SettingsScreen(SettingsScreenListener* listener): mIPEditBox->addEditBoxListener(this); mPortEditBox->addEditBoxListener(this); + if (isAndroid()) + { mTickerText->addEditBoxListener(this); mContentTitle->addEditBoxListener(this); + } mConnectButton->addButtonListener(this); if (isAndroid())