File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
app/src/main/java/org/oppia/android/app/topic/lessons
scripts/src/java/org/oppia/android/scripts/common Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,12 @@ class TopicLessonsFragment :
146
146
topicLessonsFragmentPresenter.selectChapterSummary(storyId, explorationId, chapterPlayState)
147
147
}
148
148
149
- /* * Returns the [currentExpandedChapterListIndex] stored in the fragment */
149
+ /* * Returns the [currentExpandedChapterListIndex] stored in the fragment. */
150
150
fun getCurrentExpandedChapterListIndex (): Int? {
151
151
return currentExpandedChapterListIndex
152
152
}
153
153
154
- /* * Returns the [isDefaultStoryExpanded] stored in the fragment */
154
+ /* * Returns the [isDefaultStoryExpanded] stored in the fragment. */
155
155
fun getIsDefaultStoryExpanded (): Boolean {
156
156
return isDefaultStoryExpanded
157
157
}
Original file line number Diff line number Diff line change @@ -105,8 +105,7 @@ genrule(
105
105
name = "_sdk_info_properties" ,
106
106
srcs = [],
107
107
outs = ["sdk_info.properties" ],
108
- cmd =
109
- """
108
+ cmd = """
110
109
echo build_sdk_version={0} > \" $@\"
111
110
echo build_tools_version={1} >> \" $@\"
112
111
""" .format (BUILD_SDK_VERSION , BUILD_TOOLS_VERSION ),
You can’t perform that action at this time.
0 commit comments