File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/main/kotlin/com/simplemobiletools/flashlight/activities Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
6161}
6262
6363dependencies {
64- implementation ' com.github.SimpleMobileTools:Simple-Commons:fe2610738c '
64+ implementation ' com.github.SimpleMobileTools:Simple-Commons:03e4d214b1 '
6565 implementation ' org.greenrobot:eventbus:3.2.0'
6666 implementation ' androidx.constraintlayout:constraintlayout:2.1.3'
6767}
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ class MainActivity : SimpleActivity() {
155155 }
156156
157157 private fun launchSettings () {
158+ hideKeyboard()
158159 reTurnFlashlightOn = false
159160 startActivity(Intent (applicationContext, SettingsActivity ::class .java))
160161 }
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.5.31 '
4+ ext. kotlin_version = ' 1.6.10 '
55
66 repositories {
77 google()
You can’t perform that action at this time.
0 commit comments