Skip to content

Commit a7fd6f3

Browse files
committed
Update SettingDialog
1 parent f1fc3b1 commit a7fd6f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/me/kyuubiran/akinatorhelper/view/SettingDialog.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ class SettingDialog(activity: Activity) : AlertDialog.Builder(activity) {
178178
"add_xp" -> {
179179
showEditDialog(
180180
getString(R.string.add_xp_title),
181-
getString(R.string.offline_only),
182-
defText = "0",
181+
defText = "100",
183182
inputType = InputType.TYPE_CLASS_NUMBER,
184183
onConfirm = { num ->
185184
num.toIntOrNull().let {

0 commit comments

Comments
 (0)