mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-04 04:27:39 +01:00
simplify the changeview dialog
This commit is contained in:
parent
c1b78e3a07
commit
298e41b5dc
@ -19,7 +19,7 @@ class ChangeViewDialog(val activity: Activity, val callback: (newView: Int) -> U
|
||||
view.dialog_radio_view.setOnCheckedChangeListener(this)
|
||||
|
||||
dialog = AlertDialog.Builder(activity)
|
||||
.setTitle(activity.resources.getString(R.string.change_view))
|
||||
.setTitle(R.string.change_view)
|
||||
.setView(view)
|
||||
.create()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user