Tint NavigationRailView
This commit is contained in:
parent
17eb5bff05
commit
2f818ce65f
8 changed files with 69 additions and 70 deletions
|
@ -1,6 +1,9 @@
|
|||
package code.name.monkey.retromusic.billing
|
||||
|
||||
class BillingManager {
|
||||
import android.content.Context
|
||||
|
||||
@Suppress("UNUSED_PARAMETER")
|
||||
class BillingManager(context: Context) {
|
||||
|
||||
fun release() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue