t0n3 / touch-irc

Touch IRC is an irc client for Android devices
5 stars 1 forks source link

Fix infinite loops on clicking on IRC-notification #47

Closed ghost closed 11 years ago

ghost commented 11 years ago

Please fixe the following problem :

When you click on the notification, then you go to the conversationActivity and you can't "leave" this activity.

You need to implement the onKeyDown (back button) and onOptionItemSelected (App Icon) methods.

You can see the others activities to help you :)