OmnijawsClient: Fix widget theme [1/2]

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Dmitrii <bankersenator@gmail.com>
Signed-off-by: MOVZX <movzx@yahoo.com>
This commit is contained in:
Pranav Vashi
2023-12-01 08:08:09 +05:30
committed by MOVZX
parent f7a5b9c712
commit fae4a5d782

View File

@@ -55,6 +55,7 @@ public class OmniJawsClient {
private static final String ICON_PACKAGE_DEFAULT = "org.omnirom.omnijaws";
private static final String ICON_PREFIX_DEFAULT = "google_new_light";
private static final String ICON_PREFIX_OUTLINE = "outline";
private static final String EXTRA_ERROR = "error";
public static final int EXTRA_ERROR_NETWORK = 0;
public static final int EXTRA_ERROR_LOCATION = 1;
@@ -430,7 +431,7 @@ public class OmniJawsClient {
}
}
public boolean isDefaultIconPackage() {
return mIconPrefix.equals(ICON_PREFIX_DEFAULT);
public boolean isOutlineIconPackage() {
return mIconPrefix.equals(ICON_PREFIX_OUTLINE);
}
}