Skip to content

Commit

Permalink
Fix kotlin spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Nov 2, 2023
1 parent e0192f4 commit 81f6531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class FirstRunActivity : BaseActivity(), ViewPager.OnPageChangeListener, Injecta
private fun handleOnBackPressed() {
onBackPressedDispatcher.addCallback(
this,
object: OnBackPressedCallback(true) {
object : OnBackPressedCallback(true) {
override fun handleOnBackPressed() {
val isFromAddAccount = intent.getBooleanExtra(EXTRA_ALLOW_CLOSE, false)

Expand Down

0 comments on commit 81f6531

Please sign in to comment.