1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

some cleanup

This commit is contained in:
Sebastian Kaspari 2010-03-10 08:57:37 +01:00
parent c52cc6a1f8
commit 0342c6ea7f

View File

@ -219,7 +219,6 @@ public class ServerActivity extends Activity implements ServiceConnection, Chann
*/
public void onChannelMessage(String target)
{
Log.d(TAG, "Message for target " + target);
Channel channel = server.getChannel(target);
while(channel.hasBufferedMessages()) {
@ -294,11 +293,8 @@ public class ServerActivity extends Activity implements ServiceConnection, Chann
if (deckAdapter.isSwitched()) {
switcher.showNext();
switcher.removeView(deckAdapter.getSwitchedView());
//switcher.showNext();
deckAdapter.setSwitched(null, null);
Log.d(TAG, "Back pressed");
} else {
Log.d(TAG, "Back pressed -> FINISH");
finish();
}
}