iOS UIActivityController not working with Arabic Language

My app only support Arabic Language. Share is working fine for other option(notes,message) But whenever I sharing content on mail(device language is English) then alignment of subject is not correct. If device language is Arabic then it is working fine. I have set UIView.appearance().semanticContentAttribute = .forceRightToLeft in AppDelegate. If I am changing appearance to leftRight and then to rightToLeft(for disappear) for share activity it is making app slow.

iOS UIActivityController not working with Arabic Language
 
 
Q