aziraphale / QuasselDroid

Quasselclient for Android
https://www.andrewgillard.com/qd/
GNU General Public License v3.0
2 stars 0 forks source link

Viewing nick list then pressing back returns you to the buffer list #32

Closed aziraphale closed 11 years ago

aziraphale commented 12 years ago

This happens because the chat activity is set to no-history. Fix by either overriding the back button in the nick list (eww) or by changing the switch-buffer mechanism to staying on the current activity but changing the buffer contents, etc.