mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 02:42:16 -05:00
Show channel name in debug toast
This commit is contained in:
parent
c2755bd40c
commit
3b991b3733
@ -190,7 +190,7 @@ public class ServerActivity extends Activity implements ServiceConnection, Chann
|
||||
{
|
||||
String message = server.getChannel(target).pollMessage();
|
||||
|
||||
Toast.makeText(this, message, Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(this, "(" + target + ") " + message, Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user