fix download icon

This commit is contained in:
luvletter2333 2022-03-13 19:33:21 +08:00
parent 86c7a6d0be
commit 3b8cf4fde4
No known key found for this signature in database
GPG Key ID: A26A8880836E1978
1 changed files with 2 additions and 2 deletions

View File

@ -21652,11 +21652,11 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
} else if (selectedObject.isMusic() && !noforwardsOverride) {
items.add(LocaleController.getString("SaveToMusic", R.string.SaveToMusic));
options.add(OPTION_SAVE_TO_DOWNLOADS_OR_MUSIC);
icons.add(R.drawable.msg_download);
icons.add(R.drawable.baseline_file_download_24);
} else if (selectedObject.isDocument() && !noforwardsOverride) {
items.add(LocaleController.getString("SaveToDownloads", R.string.SaveToDownloads));
options.add(OPTION_SAVE_TO_DOWNLOADS_OR_MUSIC);
icons.add(R.drawable.msg_download);
icons.add(R.drawable.baseline_file_download_24);
}
}
} else if (type == 3 && !noforwardsOverride) {