Skip to content

Commit

Permalink
Remove unused method logoutSucceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
peyman-mohtashami committed May 22, 2023
1 parent e657426 commit 7729c82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/org/radarcns/detail/LoginActivityImpl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@ class LoginActivityImpl : LoginActivity(), NetworkConnectedReceiver.NetworkConne
}
}

fun logoutSucceeded(manager: LoginManager?, authState: AppAuthState) {
TODO("Not yet implemented")
}

private fun startPrivacyPolicyFragment(state: AppAuthState) {
logger.info("Starting privacy policy fragment")

Expand Down

0 comments on commit 7729c82

Please sign in to comment.