Update string reference
This commit is contained in:
parent
391e477e04
commit
ebc1f2bb41
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class WhatsNewDialogController : DialogController() {
|
|||
return MaterialDialog(activity)
|
||||
.title(res = if (BuildConfig.DEBUG /* SY --> */ || syDebugVersion != "0" /* SY <-- */) R.string.notices else R.string.whats_new)
|
||||
.customView(view = view)
|
||||
.positiveButton(R.string.action_close)
|
||||
.positiveButton(android.R.string.cancel)
|
||||
}
|
||||
|
||||
class WhatsNewRecyclerView(context: Context) : ChangeLogRecyclerView(context) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue