architecture-components-samples icon indicating copy to clipboard operation
architecture-components-samples copied to clipboard

[PersistenceMigrationsSample]username is not shown

Open wangweiqi-synu opened this issue 1 year ago • 1 comments

    private UpdateUserCallback createUpdateUserCallback() {
        return user -> {
            Log.d("GZL", "mView = " + mView);
            if (mView != null) {
                mView.showUserName(user.getUserName());
            }
        };
    }

There is a chance that mView is null when I ran the application, but I do not figure out why and how to fix it.

Screenshot 2024-09-12 at 22 51 44

One finding is that I attached the process and mView is null.

wangweiqi-synu avatar Sep 12 '24 14:09 wangweiqi-synu

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

thewyp avatar Sep 12 '24 14:09 thewyp