musikr: decouple volume from auxio

This commit is contained in:
Alexander Capehart 2024-12-14 15:52:58 -05:00
parent e9c15bfbef
commit b5657f0202
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -27,7 +27,7 @@ import android.os.storage.StorageManager
import android.os.storage.StorageVolume
import android.provider.MediaStore
import java.lang.reflect.Method
import org.oxycblt.auxio.util.lazyReflectedMethod
import org.oxycblt.musikr.util.lazyReflectedMethod
// Largely derived from Material Files: https://github.com/zhanghai/MaterialFiles