mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-05 21:58:44 +08:00
remove colorstatelist's delete callings
This commit is contained in:
parent
c0838f24b7
commit
33bc78d67b
@ -91,10 +91,10 @@ void Switch::init(){
|
||||
}
|
||||
|
||||
Switch::~Switch(){
|
||||
delete mTextColors;
|
||||
//delete mTextColors;
|
||||
delete mThumbDrawable;
|
||||
delete mTrackTintList;
|
||||
delete mThumbTintList;
|
||||
//delete mTrackTintList;
|
||||
//delete mThumbTintList;
|
||||
delete mOnLayout;
|
||||
delete mOffLayout;
|
||||
mVelocityTracker->recycle();
|
||||
|
Loading…
Reference in New Issue
Block a user