Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/BeWo
This commit is contained in:
@@ -28,6 +28,7 @@ namespace BeWo
|
||||
var lc = new LoginControl();
|
||||
rootGrid.Children.Add(lc);
|
||||
lc.LoginSuccessful += lc_LoginSuccessful;
|
||||
|
||||
}
|
||||
|
||||
void lc_LoginSuccessful(object sender, EventArgs e)
|
||||
@@ -84,7 +85,7 @@ namespace BeWo
|
||||
BeWoApp.MainControl.HomeView.ServiceChatView.ChatMainControl.newThread != null)
|
||||
{
|
||||
BeWoApp.MainControl.HomeView.ServiceChatView.ChatMainControl.newThread = null;
|
||||
BeWoApp.MainControl.HomeView.ServiceChatView.ChatMainControl.threadBool = false;
|
||||
BeWoApp.MainControl.HomeView.ServiceChatView.ChatMainControl.disableKontaktNachrichtenThread = true;
|
||||
}
|
||||
|
||||
if (BeWoApp.MainControl.HomeView.ServiceChatView.ServiceChat._emojiView != null) {
|
||||
|
||||
Reference in New Issue
Block a user