Romantiskt
Results
2
issues of
Romantiskt
无法打开应用
1
如题,无法打开应用,手机为魅蓝note2 , 估计还是64位的问题
最新版本,当new Thread使用下面写法不会被替换成ShadowThread ``` Thread thread = new Thread() { @Override public void run() { super.run(); } } ```