修改默认播报/配置播报次数限制之后无法播报广告的问题。
This commit is contained in:
@@ -322,6 +322,9 @@ class LauncherCardRefresher {
|
||||
}
|
||||
}
|
||||
|
||||
// 开启广告
|
||||
startLoopRenderAdvertisements();
|
||||
|
||||
if ( mDefaultConfigCounter++ >= 3 ) {
|
||||
return;
|
||||
}
|
||||
@@ -346,7 +349,6 @@ class LauncherCardRefresher {
|
||||
e.printStackTrace();
|
||||
}
|
||||
startLoopDefaultConfigStrategy();
|
||||
startLoopRenderAdvertisements();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user