copy over the actionMap to the new object for presentationStyle resolution fix.
This commit is contained in:
parent
c95def255b
commit
de280960f7
@ -152,6 +152,7 @@
|
||||
copyObject.customTimeoutTime = self.customTimeoutTime;
|
||||
copyObject.backgroundRequest = self.backgroundRequest;
|
||||
copyObject.URL = self.URL;
|
||||
copyObject.actionMap = self.actionMap;
|
||||
return copyObject;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user