fix remoteExecutor's data transform

This commit is contained in:
pengfei.zhou
2019-11-14 14:52:35 +08:00
parent 1dcdfff97d
commit 74d31edc26
2 changed files with 36 additions and 67 deletions

View File

@@ -23,6 +23,10 @@ import android.widget.FrameLayout;
import androidx.appcompat.app.AppCompatActivity;
import org.greenrobot.eventbus.EventBus;
import org.greenrobot.eventbus.Subscribe;
import org.greenrobot.eventbus.ThreadMode;
import java.io.IOException;
import pub.doric.dev.DevPanel;
@@ -33,7 +37,6 @@ import pub.doric.dev.event.EnterDebugEvent;
import pub.doric.dev.event.QuitDebugEvent;
import pub.doric.engine.ChangeEngineCallback;
import pub.doric.utils.DoricUtils;
import pub.doric.utils.ThreadMode;
public class MainActivity extends AppCompatActivity {