Skip to content

Commit

Permalink
[chore] #244 ktlintFormat 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
HAJIEUN02 committed Mar 10, 2024
1 parent 123c4ef commit 0641f39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
package org.sopt.pingle.presentation.ui.mygroup

import android.app.Activity
import android.content.Intent
import android.os.Bundle
import android.view.View
import androidx.activity.result.ActivityResultLauncher
import androidx.activity.result.contract.ActivityResultContracts
import androidx.activity.viewModels
import androidx.lifecycle.flowWithLifecycle
import androidx.lifecycle.lifecycleScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class OnboardingActivity :
}

private fun initLayout() {
when(intent.getStringExtra(FROM_ACTIVITY)) {
when (intent.getStringExtra(FROM_ACTIVITY)) {
MY_GROUP_ACTIVITY -> Unit
else -> setDoubleBackPressToExit(binding.root)
}
Expand Down

0 comments on commit 0641f39

Please sign in to comment.