mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Minor cleanup
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/ISSUE_TEMPLATE/report_issue.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/ISSUE_TEMPLATE/report_issue.yml
									
									
									
									
										vendored
									
									
								
							@@ -17,7 +17,7 @@ body:
 | 
			
		||||
          required: true
 | 
			
		||||
        - label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/).
 | 
			
		||||
          required: true
 | 
			
		||||
        - label: I have updated the app to version **[0.12.0](https://github.com/tachiyomiorg/tachiyomi/releases/tag/v0.12.0)**.
 | 
			
		||||
        - label: I have updated the app to version **[0.12.1](https://github.com/tachiyomiorg/tachiyomi/releases/latest)**.
 | 
			
		||||
          required: true
 | 
			
		||||
        - label: I have updated all installed extensions.
 | 
			
		||||
          required: true
 | 
			
		||||
@@ -30,7 +30,7 @@ body:
 | 
			
		||||
      label: Tachiyomi version
 | 
			
		||||
      description: You can find your Tachiyomi version in **More → About**.
 | 
			
		||||
      placeholder: |
 | 
			
		||||
        Example: "0.11.1"
 | 
			
		||||
        Example: "0.12.1"
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,6 @@ import eu.kanade.tachiyomi.util.lang.launchIO
 | 
			
		||||
import eu.kanade.tachiyomi.util.lang.withUIContext
 | 
			
		||||
import eu.kanade.tachiyomi.util.removeCovers
 | 
			
		||||
import kotlinx.coroutines.Job
 | 
			
		||||
import kotlinx.coroutines.flow.MutableStateFlow
 | 
			
		||||
import kotlinx.coroutines.flow.asFlow
 | 
			
		||||
import kotlinx.coroutines.flow.catch
 | 
			
		||||
import kotlinx.coroutines.flow.collect
 | 
			
		||||
@@ -91,11 +90,6 @@ open class BrowseSourcePresenter(
 | 
			
		||||
     */
 | 
			
		||||
    private lateinit var pager: Pager
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Flow of manga list to initialize.
 | 
			
		||||
     */
 | 
			
		||||
    private val mangaDetailsFlow = MutableStateFlow<List<Manga>>(emptyList())
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Subscription for the pager.
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user