chore: Lint code

This commit is contained in:
inotia00 2025-03-06 12:07:39 +09:00
parent 42d0765534
commit 61d57fcb7e

View File

@ -80,7 +80,7 @@ public class ActionBarPatch {
!downloadButtonLabel.isEmpty() &&
map != null &&
map.get(ELEMENTS_SENDER_VIEW) instanceof ComponentHost componentHost &&
componentHost.getContentDescription().toString().equals(downloadButtonLabel)
downloadButtonLabel.equals(componentHost.getContentDescription() + "")
) {
if (!map.containsKey(EXTERNAL_DOWNLOADER_LAUNCHED)) {
map.put(EXTERNAL_DOWNLOADER_LAUNCHED, Boolean.TRUE);