We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fc3b1 commit a7fd6f3Copy full SHA for a7fd6f3
app/src/main/java/me/kyuubiran/akinatorhelper/view/SettingDialog.kt
@@ -178,8 +178,7 @@ class SettingDialog(activity: Activity) : AlertDialog.Builder(activity) {
178
"add_xp" -> {
179
showEditDialog(
180
getString(R.string.add_xp_title),
181
- getString(R.string.offline_only),
182
- defText = "0",
+ defText = "100",
183
inputType = InputType.TYPE_CLASS_NUMBER,
184
onConfirm = { num ->
185
num.toIntOrNull().let {
0 commit comments