OPENIDE set true for isJetBrainsProduct() method

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

View File

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