admin
2021-06-11 ae4dc86b64bd8ef85bc832106741fb98e8d516da
app/src/main/java/com/tejia/lijin/app/ui/goldtask/GoldTaskAdapter.java
@@ -373,7 +373,6 @@
     * @return 登陆状态
     */
    public boolean isLogin() {
        final SharedPreferences sp = mContext.getSharedPreferences("user", Context.MODE_PRIVATE);
        return sp.getBoolean("isLogin", false);
        return  UserUtil.isLogin(mContext);
    }
}