Menu

#336 x64: TDPFSLComposeViewController.SLComposeViewControllerCompletion

fixed
nobody
None
Bug
2015-04-19
2015-04-13
No

The following code looks suspicious for x64. I'd recommend changing FOnComposeEvent.

procedure TDPFSLComposeViewController.SLComposeViewControllerCompletion( SLComposeViewControllerResult: TSLComposeViewControllerResult );
begin
  GetSharedApplication.keyWindow.rootViewController.dismissViewControllerAnimated( true, presentViewControllerCompletion );

  if Assigned( SLComposeViewControllerResult ) and Assigned( FOnComposeEvent ) then
    FOnComposeEvent( Self, Integer( SLComposeViewControllerResult ) );    //!! TODO x64
end;

Discussion

  • Babak Yaghoobi

    Babak Yaghoobi - 2015-04-19

    Hi Sebastian

    Fixed.
    Thank you for feedback.

    Regards

     
  • Babak Yaghoobi

    Babak Yaghoobi - 2015-04-19
    • status: open --> fixed
     

Log in to post a comment.

MongoDB Logo MongoDB