Petro Bilyi
Petro Bilyi
You can handle the result by calling LoginManager.getInstance().onActivityResult() ```kotlin val launcher = registerForActivityResult(LoginManager.getInstance().createLogInActivityResultContract()) { LoginManager.getInstance().onActivityResult(it.resultCode, it.data, object : FacebookCallback { override fun onSuccess(result: LoginResult) { } override fun onCancel() {...
Option from @prakhar-parth is temporary. The core team should consider the option from @tehutiscribe
I fully support, crowdin is excellent and well suited for translating an open source project.