mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 15:00:14 -05:00
Bugfix: All messages were posted to the current view if full channel view was used
This commit is contained in:
parent
46f5d1d008
commit
58b9398800
@ -248,7 +248,7 @@ public class ConversationActivity extends Activity implements ServiceConnection,
|
||||
}
|
||||
}
|
||||
|
||||
if (deckAdapter.isSwitched()) {
|
||||
if (deckAdapter.isSwitched() && target.equals(deckAdapter.getSwitchedName())) {
|
||||
MessageListView switchedView = deckAdapter.getSwitchedView();
|
||||
switchedView.getAdapter().addMessage(message);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user