add View::mTag's init

This commit is contained in:
houzh 2023-09-05 18:38:34 +08:00
parent b027333f41
commit c6c631eb62

View File

@ -424,6 +424,7 @@ void View::initView(){
mListenerInfo= nullptr;
mOverlay = nullptr;
mAnimator = nullptr;
mTag = nullptr;
mStateListAnimator = nullptr;
mPerformClick = nullptr;
mPendingCheckForTap = nullptr;