Offline errors fix
This commit is contained in:
@@ -104,6 +104,10 @@ namespace FoxTube.Pages
|
||||
|
||||
loading.Close();
|
||||
}
|
||||
catch (System.Net.Http.HttpRequestException)
|
||||
{
|
||||
loading.Error("System.Net.Http.HttpRequestException", "Unable to connect to Google servers.", true);
|
||||
}
|
||||
catch
|
||||
{
|
||||
loading.Error();
|
||||
|
||||
Reference in New Issue
Block a user