diff --git a/Apptentive/Apptentive/Engagement/Model/ApptentiveConversation.m b/Apptentive/Apptentive/Engagement/Model/ApptentiveConversation.m index 17cbb8af6..cf069585b 100644 --- a/Apptentive/Apptentive/Engagement/Model/ApptentiveConversation.m +++ b/Apptentive/Apptentive/Engagement/Model/ApptentiveConversation.m @@ -196,7 +196,7 @@ - (void)checkForDiffs { } // See if any of the non-custom device attributes have changed - _device = [[ApptentiveDevice alloc] initWithCurrentDevice]; + [self.device updateWithCurrentDeviceValues]; [self checkForDeviceDiffs]; }