新消息

This commit is contained in:
18401019693
2022-10-06 17:35:31 +08:00
parent 92e435f6b6
commit 575d870dcc
10 changed files with 106 additions and 45 deletions

View File

@@ -54,7 +54,7 @@ public class IMLoginManager extends BaseCacheManager {
* @return
*/
public boolean isSlide() {
return getBoolean(IS_SLIDE, true);
return getBoolean(IS_SLIDE, false);
}
/**