Skip to content

Commit

Permalink
Fix for hieuwu#131
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKaN committed Oct 5, 2022
1 parent cd5bd0c commit 52db844
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class MainActivity : AppCompatActivity() {

val fabButton = findViewById<FloatingActionButton>(R.id.fabButton)

val bottomSheetDialogFragment = CartFragment()
fabButton.setOnClickListener {
val bottomSheetDialogFragment = CartFragment()
bottomSheetDialogFragment.show(supportFragmentManager, bottomSheetDialogFragment.tag)
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 52db844

Please sign in to comment.