Clipboard paste not working when text is copied outside of the current kustom app on android 10+

the problem seems to be due to android clipboard access changes:

https://developer.android.com/about/versions/10/privacy/changes#clipboard-data

If I understand it correctly, kustom reads the clipboard data before it technically has focus, therefore android just doesn't let it access the data.