mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 19:44:59 +00:00
fix android 13 clipboard exception
This commit is contained in:
parent
faed492ac1
commit
2a41e2e513
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import java.lang.reflect.InvocationTargetException;
|
|||
import java.lang.reflect.Method;
|
||||
|
||||
public class ClipboardManager {
|
||||
private final Object manager;
|
||||
private final IInterface manager;
|
||||
private Method getPrimaryClipMethod;
|
||||
private Method setPrimaryClipMethod;
|
||||
private Method addPrimaryClipChangedListener;
|
||||
|
|
Loading…
Add table
Reference in a new issue