Skip to content

Commit

Permalink
Set _canBeUnsent to right value
Browse files Browse the repository at this point in the history
  • Loading branch information
TebbeUbben committed Apr 20, 2023
1 parent 6700b1a commit 4c92687
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -139,7 +139,7 @@ object Obfuscation {

const val ChatBaseFragmentV2 = "$_chat.ChatBaseFragmentV2"
object ChatBaseFragmentV2_ {
const val _canBeUnsent = "w1"
const val _canBeUnsent = "Y1"
}
}
}
Expand Down

0 comments on commit 4c92687

Please sign in to comment.