Skip to content

Commit

Permalink
Updating interface (#34)
Browse files Browse the repository at this point in the history
* Updating interface

* Import
  • Loading branch information
gmerinojimenez authored Jun 9, 2023
1 parent b89e2aa commit e8661c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/noop/java/com/telefonica/tweaks/Tweaks.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.telefonica.tweaks

import android.app.Application
import android.content.Context
import androidx.compose.runtime.Composable
import androidx.navigation.NavController
import androidx.navigation.NavGraphBuilder
Expand Down Expand Up @@ -47,7 +47,7 @@ open class Tweaks {

@JvmStatic
fun init(
application: Application,
context: Context,
tweaksGraph: TweaksGraph,
) {
reference.initialize(tweaksGraph)
Expand Down

0 comments on commit e8661c9

Please sign in to comment.