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