🧱 System recieve sharing
This commit is contained in:
14
ios/SolianShareExtension/ShareViewController.swift
Normal file
14
ios/SolianShareExtension/ShareViewController.swift
Normal file
@ -0,0 +1,14 @@
|
||||
//
|
||||
// ShareViewController.swift
|
||||
// SolianShareExtension
|
||||
//
|
||||
// Created by LittleSheep on 2025/6/25.
|
||||
//
|
||||
|
||||
import receive_sharing_intent
|
||||
|
||||
class ShareViewController: RSIShareViewController {
|
||||
override func shouldAutoRedirect() -> Bool {
|
||||
return false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user