From 982626caeb57fd256e3b94e1d8098631a9361f05 Mon Sep 17 00:00:00 2001 From: riccardom Date: Fri, 7 Aug 2026 11:59:56 +0200 Subject: [PATCH] Solved conflict in client.go --- client/android/client.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/android/client.go b/client/android/client.go index ffe53f05f..3eab7af70 100644 --- a/client/android/client.go +++ b/client/android/client.go @@ -83,7 +83,6 @@ type Client struct { connectClient *internal.ConnectClient config *profilemanager.Config cacheDir string -<<<<<<< HEAD // mdmLoader holds the per-Client MDM policy source. Set by // SetMDMPolicyFetcher (called from the Kotlin side). Each Run @@ -91,7 +90,7 @@ type Client struct { // picks up the active overlay. Nil means "MDM enforcement off // for this Client". mdmLoader *mdm.Loader -======= + // Identifies the running profile for the SSO login hint; see profile_state.go. cfgPath string @@ -112,7 +111,6 @@ type Client struct { extendMu sync.Mutex extendCancel context.CancelFunc ->>>>>>> origin/main } func (c *Client) setState(cfg *profilemanager.Config, cacheDir string, cfgPath string, cc *internal.ConnectClient) {