FIX: crash on MediaFilePanel when download in empty list

Change-Id: I13f33005a8730498aea28b32da2818ceca055aac
This commit is contained in:
chunmao.guo 2022-09-01 11:14:55 +08:00 committed by Lane.Wei
parent 7184960dce
commit 0a7f696101
3 changed files with 13 additions and 4 deletions

View file

@ -68,6 +68,7 @@ private:
ImageGrid * m_image_grid = nullptr;
int m_last_mode = 0;
int m_last_type = 0;
};