修复UI-7
This commit is contained in:
@@ -26,7 +26,7 @@ public class NaviNoticeDialog extends Dialog implements View.OnClickListener {
|
||||
private IMogoMapService mMogoMapService;
|
||||
|
||||
public NaviNoticeDialog(@NonNull Context context) {
|
||||
super(context);
|
||||
super(context, R.style.Theme_AppCompat_Dialog);
|
||||
this.mContext = context;
|
||||
mMogoMapService = (IMogoMapService) ARouter.getInstance()
|
||||
.build(MogoServicePaths.PATH_SERVICES_MAP)
|
||||
|
||||
Reference in New Issue
Block a user