Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
theLee3 authored Jan 25, 2024
1 parent 1904b95 commit 1ebecbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Leaderboards(private var activityPluginBinding: ActivityPluginBinding) :
private var result: MethodChannel.Result? = null;
private var errorMessage: String? = null;

// handle result from firends list permission request
// handle result from friends list permission request
override fun onActivityResult(requestCode: Int, resultCode: Int, intent: Intent?): Boolean {
activityPluginBinding.removeActivityResultListener(this)
return if (requestCode == 26703) {
Expand Down Expand Up @@ -208,4 +208,4 @@ class Leaderboards(private var activityPluginBinding: ActivityPluginBinding) :
result.error(PluginError.FailedToGetScore.errorCode(), it.localizedMessage, null)
}
}
}
}

0 comments on commit 1ebecbc

Please sign in to comment.