implemented native share intent support for android and ios with chat and folder pickers
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import UIKit
|
||||
import receive_sharing_intent
|
||||
|
||||
class ShareViewController: RSIShareViewController {
|
||||
override func shouldAutoRedirect() -> Bool {
|
||||
return true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user