mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix download splitter potentially throwing OOM on huge images (#7099)
* Fix download splitter potentially throwing OOM on huge images Also move the splitting to ImageUtil * Change variable name and logcat output
This commit is contained in:
		| @@ -815,6 +815,7 @@ | ||||
|     <string name="download_notifier_download_paused">Download paused</string> | ||||
|     <string name="download_notifier_download_finish">Download completed</string> | ||||
|     <string name="download_notifier_split_page_not_found">Page %d not found while splitting</string> | ||||
|     <string name="download_notifier_split_page_path_not_found">Couldn\'t find file path of page %d</string> | ||||
|  | ||||
|     <!-- Notification channels --> | ||||
|     <string name="channel_common">Common</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user