FileSelectorRelease icon indicating copy to clipboard operation
FileSelectorRelease copied to clipboard

onclick方法不好使 崩溃

Open CareyLiu opened this issue 3 years ago • 2 comments

onclick方法不好使 崩溃 new BasicParams.OnOptionClick() { @Override public void onclick(Activity activity, int position, String currentPath, ArrayList<String> FilePathSelected) {

                        }
                    })

CareyLiu avatar Aug 26 '22 08:08 CareyLiu

能发一下崩溃的错误提示吗

zzy0516alex avatar Aug 26 '22 10:08 zzy0516alex

FATAL EXCEPTION: main Process: com.example.oaprocess, PID: 10847 java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 我是用implements来实现BasicParams.OnOptionClick的onClick接口时世界报错

LongForever1993 avatar Jan 04 '24 05:01 LongForever1993