mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EDU-800 Broken adaptive course creation
This commit is contained in:
@@ -263,7 +263,11 @@ public class StudyUtils {
|
||||
}
|
||||
|
||||
public static void showNoSdkNotification(@NotNull final Task currentTask, @NotNull final Project project) {
|
||||
final Language language = currentTask.getLesson().getCourse().getLanguageById();
|
||||
final Lesson lesson = currentTask.getLesson();
|
||||
if (lesson == null) return;
|
||||
final Course course = lesson.getCourse();
|
||||
if (course == null) return;
|
||||
final Language language = course.getLanguageById();
|
||||
StudyExecutor.INSTANCE.forLanguage(language).showNoSdkNotification(project);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user