Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmedack committed Dec 27, 2017
2 parents dbb4ee5 + b041bd4 commit b02be29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
applicationId "de.stefanmedack.ccctv"
minSdkVersion 21
targetSdkVersion 26
versionCode 6
versionName "2.0.0-RC3"
versionCode 7
versionName "2.0.0-RC4"
resConfigs "en", "de"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LiveStreamingViewModel @Inject constructor(

private fun extractConference(): List<Room>
= streamingRepository.cachedStreams.find { it.conference == conferenceName }?.
groups?.find { it.group == "Lecture Rooms" }?.rooms ?: listOf()
groups?.find { it.group == "Live" }?.rooms ?: listOf()

// val conferencesWithEvents: Flowable<Resource<List<ConferenceWithEvents>>>
// get() = repository.loadedConferences(conferenceName)
Expand Down

0 comments on commit b02be29

Please sign in to comment.