File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/src/main/java/com/launium/mcping/ui/settings Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ object Preferences {
4848 return if (stored > 0 ) {
4949 stored
5050 } else {
51- 5
51+ 16
5252 }
5353 }
5454 set(value) {
55- if (value == 5 ) { // set to default
55+ if (value == 16 ) { // set to default
5656 sharedPreferences.edit().remove(MAX_CONCURRENT_PINGS ).apply ()
5757 } else if (value > 0 ) {
5858 sharedPreferences.edit().putInt(MAX_CONCURRENT_PINGS , value).apply ()
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.
22plugins {
3- id(" com.android.application" ) version " 8.1.2 " apply false
3+ id(" com.android.application" ) version " 8.1.3 " apply false
44 id(" org.jetbrains.kotlin.android" ) version " 1.9.0" apply false
55 id(" com.google.devtools.ksp" ) version " 1.9.0-1.0.12" apply false
66}
You can’t perform that action at this time.
0 commit comments