修复连接中有+导致的地址呗使用问题。
修复表重复创建导致的崩溃问题 https://github.com/AriaLyy/Aria/issues/264
This commit is contained in:
@@ -65,7 +65,7 @@ public class AnyRunnModule {
|
||||
|
||||
void start(String url) {
|
||||
mUrl = url;
|
||||
String path = Environment.getExternalStorageDirectory().getPath() + "/aaa.apk";
|
||||
String path = Environment.getExternalStorageDirectory().getPath() + "/aaas.apk";
|
||||
//File file = new File(path);
|
||||
//if (file.exists()) {
|
||||
// file.delete();
|
||||
|
||||
Reference in New Issue
Block a user