copy over the actionMap to the new object for presentationStyle resolution fix.

This commit is contained in:
Kyle Matthew Hedden 2022-10-03 11:32:49 -04:00
parent c95def255b
commit de280960f7

View File

@ -152,6 +152,7 @@
copyObject.customTimeoutTime = self.customTimeoutTime;
copyObject.backgroundRequest = self.backgroundRequest;
copyObject.URL = self.URL;
copyObject.actionMap = self.actionMap;
return copyObject;
}