整体架构调整基本完成,可运行

This commit is contained in:
tongchenfei
2020-06-03 10:42:34 +08:00
parent a24b3e83ba
commit 1b1993b305
2 changed files with 3 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ public class MainActivity extends MvpActivity< MainView, MainPresenter > impleme
IMogoLocationListener,
IMogoMarkerClickListener {
private static final String TAG = MainActivity.class.getSimpleName();
protected static final String TAG = MainActivity.class.getSimpleName();
protected IMogoServiceApis mServiceApis;
protected IMogoMapService mMogoMapService;