mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-11 12:04:39 +02:00
chore: Lint code
This commit is contained in:
parent
42d0765534
commit
61d57fcb7e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user