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