cleans the code
This commit is contained in:
parent
140667adc6
commit
0b0d0e2f63
1 changed files with 2 additions and 8 deletions
|
|
@ -48,6 +48,7 @@ namespace BookAStar.Pages
|
||||||
if (string.IsNullOrEmpty(user.ChatHubConnectionId)) return;
|
if (string.IsNullOrEmpty(user.ChatHubConnectionId)) return;
|
||||||
IsBusy = true;
|
IsBusy = true;
|
||||||
try
|
try
|
||||||
|
|
||||||
{
|
{
|
||||||
await App.ChatHubProxy.Invoke<string>("SendPV", user.ChatHubConnectionId, pvEntry.Text);
|
await App.ChatHubProxy.Invoke<string>("SendPV", user.ChatHubConnectionId, pvEntry.Text);
|
||||||
pvEntry.Text = null;
|
pvEntry.Text = null;
|
||||||
|
|
@ -60,14 +61,7 @@ namespace BookAStar.Pages
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ReconnectButton_Clicked(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
App.ChatHubConnection.Stop();
|
|
||||||
App.ChatHubConnection.Start();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private void ChatHubConnection_StateChanged(StateChange obj)
|
private void ChatHubConnection_StateChanged(StateChange obj)
|
||||||
{
|
{
|
||||||
Xamarin.Forms.Device.BeginInvokeOnMainThread(
|
Xamarin.Forms.Device.BeginInvokeOnMainThread(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue