fix delete downloaded file bug

This commit is contained in:
Riko Sakurauchi 2020-01-12 04:54:41 +08:00
parent 829026840a
commit 6292cc9976
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF
1 changed files with 1 additions and 0 deletions

View File

@ -14759,6 +14759,7 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
temp.deleteOnExit();
}
if (messageCell != null) {
checkAutoDownloadMessage(selectedObject);
messageCell.updateButtonState(false, true, false);
}
break;