mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 19:01:02 +00:00
chore: cleanup pt2
This commit is contained in:
@@ -11,7 +11,10 @@ import eu.kanade.tachiyomi.extension.InstallStep
|
||||
import uy.kohesive.injekt.Injekt
|
||||
import uy.kohesive.injekt.api.get
|
||||
|
||||
class InstallerSteps(private val notificationManager: NotificationManager, private val context: Context) {
|
||||
class InstallerSteps(
|
||||
private val notificationManager: NotificationManager,
|
||||
private val context: Context
|
||||
) {
|
||||
|
||||
fun onInstallStep(installStep: InstallStep, extra: () -> Unit) {
|
||||
val builder = NotificationCompat.Builder(
|
||||
|
||||
Reference in New Issue
Block a user