CB
This commit is contained in:
@@ -33,6 +33,7 @@ namespace BeWo
|
||||
var lc = new LoginControl();
|
||||
rootGrid.Children.Add(lc);
|
||||
lc.LoginSuccessful += lc_LoginSuccessful;
|
||||
|
||||
}
|
||||
|
||||
void lc_LoginSuccessful(object sender, EventArgs e)
|
||||
@@ -89,7 +90,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