Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiritumichael committed Oct 18, 2024
1 parent 7a1580a commit 963b53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class MainActivity : ComponentActivity() {
"Something went wrong please try again",
Toast.LENGTH_SHORT,
).show()
} else{
} else {
res?.accessToken?.let { insertToken(it) }
}
}
Expand Down

0 comments on commit 963b53b

Please sign in to comment.