feat: complete UM Trace iOS and field UI integration
This commit is contained in:
@@ -14,8 +14,12 @@ public partial class App : Application
|
||||
_connectionManager = connectionManager;
|
||||
_syncService = syncService;
|
||||
|
||||
Console.WriteLine("===== FIELD LOGGER APP STARTING =====");
|
||||
Console.WriteLine("===== UM TRACE APP STARTING =====");
|
||||
Console.WriteLine($"Console output is working! Time: {DateTime.Now:HH:mm:ss}");
|
||||
|
||||
// Root navigation now opens on Jobs, so connection recovery must not depend on
|
||||
// the former Home page appearing first.
|
||||
_connectionManager.Start();
|
||||
}
|
||||
|
||||
protected override Window CreateWindow(IActivationState? activationState)
|
||||
|
||||
Reference in New Issue
Block a user