优化 explorer view记住文件夹位置
修复 explorer view不能设置root和current的问题
This commit is contained in:
@@ -119,6 +119,13 @@ public class Dialogs {
|
||||
.showAndGet();
|
||||
}
|
||||
|
||||
@ScriptInterface
|
||||
public Object selectFile(String title, String prefill, Object callback) {
|
||||
return ((BlockedMaterialDialog.Builder) dialogBuilder(callback)
|
||||
.input(null, prefill, true)
|
||||
.title(title))
|
||||
.showAndGet();
|
||||
}
|
||||
|
||||
private BlockedMaterialDialog.Builder dialogBuilder(Object callback) {
|
||||
Context context = mRuntime.app.getCurrentActivity();
|
||||
|
||||
Reference in New Issue
Block a user