Merge pull request #13036 from dustdfg/kotlin_misc_refactor

Misc small kotlin based refactors
This commit is contained in:
Aayush Gupta 2026-01-23 14:51:15 +08:00 committed by GitHub
commit 675dbd35d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 16 additions and 26 deletions

View file

@ -8,7 +8,6 @@ package org.schabi.newpipe.database
import android.util.Log
import androidx.room.migration.Migration
import androidx.sqlite.db.SupportSQLiteDatabase
import org.schabi.newpipe.MainActivity
object Migrations {