Skip to content

Commit

Permalink
[feature/#835] Reafactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Sep 8, 2024
1 parent 0d5dd4f commit 2198724
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ class SchemeActivity : AppCompatActivity() {

companion object {
@JvmStatic
fun getIntent(context: Context, args: StartArgs) = Intent(context, SchemeActivity::class.java).apply {
putExtra("args", args)
}
fun getIntent(context: Context, args: StartArgs) = Intent(context, SchemeActivity::class.java).putExtra("args", args)
}
}

0 comments on commit 2198724

Please sign in to comment.