mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Add dev notice about background jobs, move dialog titles for localization
This commit is contained in:
		@@ -16,7 +16,7 @@ class ChangelogDialogController : DialogController() {
 | 
			
		||||
        val activity = activity!!
 | 
			
		||||
        val view = WhatsNewRecyclerView(activity)
 | 
			
		||||
        return MaterialDialog.Builder(activity)
 | 
			
		||||
                .title(if (BuildConfig.DEBUG) "Notices" else "Changelog")
 | 
			
		||||
                .title(if (BuildConfig.DEBUG) R.string.notices else R.string.changelog)
 | 
			
		||||
                .customView(view, false)
 | 
			
		||||
                .positiveText(R.string.action_close)
 | 
			
		||||
                .build()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user