MVVMFrame icon indicating copy to clipboard operation
MVVMFrame copied to clipboard

折叠屏,或者旋转会导致model为空

Open zt174499006 opened this issue 6 months ago • 0 comments

class GroupChatViewModel @Inject constructor(application: Application, model: GroupChatModel?) : MessageViewModel<GroupChatModel>(application, model) {

model对象事空的,只需要屏幕旋转就会空,首次,只要不旋转,对象就没问题

zt174499006 avatar Dec 18 '23 10:12 zt174499006