This repository was archived by the owner on Jan 10, 2025. It is now read-only.
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
[PersistenceMigrationsSample]username is not shown #1096
Open
Description
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.

One finding is that I attached the process and mView is null.
Metadata
Metadata
Assignees
Labels
No labels