1.修复显示所有宠物开启,切换宠物时,宠物的位置会变化bug
2.修复显示所有宠物的开关,在Map 和直播中未关联,直播页中开启/关闭,但在Map中未同步bug
This commit is contained in:
@@ -93,7 +93,7 @@ class AppUtils {
|
||||
* 是否是国内
|
||||
*/
|
||||
fun isChina(type: String = SWITCH_PAGE_TYPE): Boolean {
|
||||
// return false
|
||||
return false
|
||||
if (isDebug()) {
|
||||
if (type == SWITCH_MAP_TYPE && MMKVUtil.getBoolean(MMKVKey.OnlyGoogleMap, false)) {
|
||||
//只启用谷歌地图
|
||||
|
||||
Reference in New Issue
Block a user