mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Flip order of previous chapter reader transition text (closes #4608)
This commit is contained in:
		@@ -41,13 +41,13 @@ class ReaderTransitionView @JvmOverloads constructor(context: Context, attrs: At
 | 
			
		||||
        if (hasPrevChapter) {
 | 
			
		||||
            binding.upperText.textAlignment = TEXT_ALIGNMENT_TEXT_START
 | 
			
		||||
            binding.upperText.text = buildSpannedString {
 | 
			
		||||
                bold { append(context.getString(R.string.transition_current)) }
 | 
			
		||||
                append("\n${transition.from.chapter.name}")
 | 
			
		||||
            }
 | 
			
		||||
            binding.lowerText.text = buildSpannedString {
 | 
			
		||||
                bold { append(context.getString(R.string.transition_previous)) }
 | 
			
		||||
                append("\n${prevChapter!!.chapter.name}")
 | 
			
		||||
            }
 | 
			
		||||
            binding.lowerText.text = buildSpannedString {
 | 
			
		||||
                bold { append(context.getString(R.string.transition_current)) }
 | 
			
		||||
                append("\n${transition.from.chapter.name}")
 | 
			
		||||
            }
 | 
			
		||||
        } else {
 | 
			
		||||
            binding.upperText.textAlignment = TEXT_ALIGNMENT_CENTER
 | 
			
		||||
            binding.upperText.text = context.getString(R.string.transition_no_previous)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user