Skip to content

Commit

Permalink
Merge pull request #474 from apptentive/fix-device-custom-data
Browse files Browse the repository at this point in the history
Fix diffing of device so as not to lose custom data
  • Loading branch information
frankus authored Jul 28, 2017
2 parents d6b5d47 + 9fa6a49 commit 71551c9
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 71551c9

Please sign in to comment.