Skip to content

Commit 5cb46c0

Browse files
committed
Revert test exception
1 parent 4fffae4 commit 5cb46c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/flutter/run/LaunchState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ protected RunContentDescriptor launch(@NotNull ExecutionEnvironment env) throws
172172

173173
try {
174174
// There is no public way to set display name so we resort to reflection.
175-
final Field f = descriptor.getClass().getDeclaredField("myDisplayNameView_INVALID");
175+
final Field f = descriptor.getClass().getDeclaredField("myDisplayNameView");
176176
f.setAccessible(true);
177177
Object viewInstance = f.get(descriptor);
178178
if (viewInstance != null) {

0 commit comments

Comments
 (0)