Skip to content

Commit 4a98ce6

Browse files
authored

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter-studio/src/io/flutter/android/AndroidModuleLibraryManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ private void disableGradleSyncAndNotifyUser() {
364364
GRADLE_SYSTEM_ID.getReadableName() + " sync",
365365
"Gradle sync disabled",
366366
"An internal error prevents Gradle from analyzing the Android module at " + path,
367-
NotificationType.WARNING,
368-
null);
367+
NotificationType.WARNING);
368+
369369
Notifications.Bus.notify(notification, this);
370370
}
371371
}

0 commit comments

Comments
 (0)