mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-15 04:13:52 +00:00
Update packages
This commit is contained in:
@@ -27,13 +27,15 @@ namespace qController.ViewModels
|
||||
this.browser.ServerLost += OnServerLost;
|
||||
Device.StartTimer(TimeSpan.FromSeconds(4), () =>
|
||||
{
|
||||
Task.Run(async () =>
|
||||
Task.Run(() =>
|
||||
{
|
||||
if (autoUpdate)
|
||||
{
|
||||
//Log.Debug("[QBrowserViewModel] Auto update scan ran");
|
||||
this.browser.ProbeForQLabInstances();
|
||||
|
||||
Device.BeginInvokeOnMainThread(() =>
|
||||
{
|
||||
Log.Debug("[QBrowserViewModel] QBrowser probe triggered");
|
||||
this.browser.ProbeForQLabInstances();
|
||||
});
|
||||
}
|
||||
});
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user