This commit is contained in:
@ -662,7 +662,7 @@ public class UserRepository {
|
|||||||
String userInfo = mPreferences.getString(Constants.USER_INFO_KEY, null);
|
String userInfo = mPreferences.getString(Constants.USER_INFO_KEY, null);
|
||||||
if (!TextUtils.isEmpty(userInfo)) {
|
if (!TextUtils.isEmpty(userInfo)) {
|
||||||
UserInfoEntity infoEntity = GsonUtils.fromJson(userInfo, UserInfoEntity.class);
|
UserInfoEntity infoEntity = GsonUtils.fromJson(userInfo, UserInfoEntity.class);
|
||||||
setAcceleratorToken(infoEntity.getUserId(), null);
|
setAcceleratorToken(infoEntity.getUserId(), () -> null);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user