Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-10-06 17:43:43 +08:00
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);
}
/**