Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Zhu committed Aug 6, 2020
1 parent 1546602 commit 0cf5a5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ kotlin.code.style=official


# Common Android settings
android.compileSdkVersion=29
android.compileSdkVersion=30
#android.applicationId=com.example
android.targetSdkVersion=29
android.targetSdkVersion=30
android.minSdkVersion=16
android.versionCode=4
android.versionName=0.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ import android.view.ViewGroup
import androidx.viewbinding.ViewBinding
import com.google.android.material.bottomsheet.BottomSheetDialog
import com.google.android.material.bottomsheet.BottomSheetDialogFragment

/*
abstract class CustomViewBottomSheetDialog<T : ViewBinding>(
) : BottomSheetDialogFragment() {
com.android.tools.build:gradle
/*var customViewBinding : T = customViewBinding; set(value) {
*//*var customViewBinding : T = customViewBinding; set(value) {
if (field != value) {
field = value
view?.requestLayout()
}
}*/
}*//*
Expand All @@ -36,4 +35,4 @@ abstract class CustomViewBottomSheetDialog<T : ViewBinding>(
}
}
}*/

0 comments on commit 0cf5a5a

Please sign in to comment.