Skip to content

Commit

Permalink
Fix for MOSYNC-2387 "PushNotificationReceiver crashes on iOS".
Browse files Browse the repository at this point in the history
  • Loading branch information
grigaci committed Sep 11, 2012
1 parent 45f71e9 commit 7bfe21b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 7bfe21b

Please sign in to comment.