Fixed string format
This commit is contained in:
@ -527,7 +527,7 @@ class AccountActivity : AppCompatActivity() {
|
||||
if (newConfiguredRegInt < 60 || newConfiguredRegInt > 3600) {
|
||||
Utils.alertView(
|
||||
this, getString(R.string.notice),
|
||||
String.format(getString(R.string.invalid_reg_int), newConfiguredRegInt)
|
||||
String.format(getString(R.string.invalid_reg_int), "$newConfiguredRegInt")
|
||||
)
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user