fix android 13 clipboard exception

This commit is contained in:
WrBug 2023-07-13 21:57:18 +08:00
parent faed492ac1
commit 2a41e2e513

View file

@ -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;