Format plural for numClients

This commit is contained in:
Mygod
2021-05-28 22:36:16 -04:00
parent 9d5d7052d3
commit 0796c689d3
3 changed files with 4 additions and 3 deletions

View File

@@ -68,7 +68,6 @@ object WifiApCommands {
override fun onStateChanged(state: Int, failureReason: Int) =
push(SoftApCallbackParcel.OnStateChanged(state, failureReason))
@Suppress("OverridingDeprecatedMember")
override fun onNumClientsChanged(numClients: Int) =
push(SoftApCallbackParcel.OnNumClientsChanged(numClients))
@RequiresApi(30)