Fragments now get data class instances from Room instead of having them passed through a Bundle object; ClassSessionSheet.kt now keeps screen turned on; renamed *BottomSheet.kt to *Sheet.kt

This commit is contained in:
Deniz Düzgören
2020-02-22 08:02:01 +01:00
parent bbec19e79c
commit 9ed5d7bb5f
64 changed files with 436 additions and 471 deletions
+1
View File
@@ -56,6 +56,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'com.shawnlin:number-picker:2.4.8'