OPENIDE set true for isJetBrainsProduct() method

(cherry picked from commit 3e7320ab1c6a963d00d8dd48cfc20dfd485a50e2)
(cherry picked from commit 28952d021b)
(cherry picked from commit 63cf6b4276)
(cherry picked from commit a5bccfd4ed)
This commit is contained in:
Nikita Iarychenko
2025-02-05 18:20:45 +04:00
parent 412ba19da8
commit f68c1c0be8

View File

@@ -72,8 +72,7 @@ public final class PlatformUtils {
}
public static boolean isJetBrainsProduct() {
ApplicationInfo appInfo = ApplicationInfo.getInstance();
return appInfo != null && appInfo.getShortCompanyName().equals("JetBrains");
return true;
}
/**