Skip to content

Commit

Permalink
Fix diffing of device so as not to lose custom data
Browse files Browse the repository at this point in the history
  • Loading branch information
frankus committed Jul 28, 2017
1 parent d6b5d47 commit 9fa6a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit 9fa6a49

Please sign in to comment.