You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
data bind view tag isn't correct on view:null
布局文件
在Activity类中
@OverRide
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
ActivityInviteBinding dataBinding = DataBindingUtil.setContentView(this, R.layout.activity_invite);
User currentUser = User.getCurrentUser(getApplicationContext(), User.class);
dataBinding.setUser(currentUser);
}
The text was updated successfully, but these errors were encountered: