mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Open error log on tapping notification body (closes #3376)
This commit is contained in:
		| @@ -104,10 +104,14 @@ class LibraryUpdateNotifier(private val context: Context) { | ||||
|                     ) | ||||
|                 ) | ||||
|                 setSmallIcon(R.drawable.ic_tachi) | ||||
|  | ||||
|                 val errorLogIntent = NotificationReceiver.openErrorLogPendingActivity(context, uri) | ||||
|  | ||||
|                 setContentIntent(errorLogIntent) | ||||
|                 addAction( | ||||
|                     R.drawable.nnf_ic_file_folder, | ||||
|                     context.getString(R.string.action_open_log), | ||||
|                     NotificationReceiver.openErrorLogPendingActivity(context, uri) | ||||
|                     errorLogIntent | ||||
|                 ) | ||||
|             } | ||||
|                 .build() | ||||
|   | ||||
| @@ -17,7 +17,6 @@ import eu.kanade.tachiyomi.source.SourceManager | ||||
| import eu.kanade.tachiyomi.source.model.Page | ||||
| import eu.kanade.tachiyomi.ui.base.presenter.BasePresenter | ||||
| import eu.kanade.tachiyomi.ui.reader.loader.ChapterLoader | ||||
| import eu.kanade.tachiyomi.ui.reader.loader.DownloadPageLoader | ||||
| import eu.kanade.tachiyomi.ui.reader.model.ReaderChapter | ||||
| import eu.kanade.tachiyomi.ui.reader.model.ReaderPage | ||||
| import eu.kanade.tachiyomi.ui.reader.model.ViewerChapters | ||||
|   | ||||
		Reference in New Issue
	
	Block a user