We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fffae4 commit 5cb46c0Copy full SHA for 5cb46c0
src/io/flutter/run/LaunchState.java
@@ -172,7 +172,7 @@ protected RunContentDescriptor launch(@NotNull ExecutionEnvironment env) throws
172
173
try {
174
// There is no public way to set display name so we resort to reflection.
175
- final Field f = descriptor.getClass().getDeclaredField("myDisplayNameView_INVALID");
+ final Field f = descriptor.getClass().getDeclaredField("myDisplayNameView");
176
f.setAccessible(true);
177
Object viewInstance = f.get(descriptor);
178
if (viewInstance != null) {
0 commit comments