Skip to content

Commit

Permalink
Fix an annoying typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJaviLuki committed Jul 5, 2022
1 parent 765654e commit 106e588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/eljaviluki/grindrplus/Hooks.kt
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ object Hooks {
)

val class_IExperimentsManager = findClass(
GApp.base.Experiment.IExperimentManager,
GApp.base.Experiment.IExperimentsManager,
Hooker.pkgParam.classLoader
)

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/eljaviluki/grindrplus/Obfuscation.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Obfuscation {
object Experiment {
private const val _experiment = "$_base.g"

const val IExperimentManager = "$_experiment.b"
const val IExperimentsManager = "$_experiment.b"
}
}

Expand Down

0 comments on commit 106e588

Please sign in to comment.