Skip to content

Commit

Permalink
Merge pull request #5 from Team-ComIT/feature/4_fix_toast
Browse files Browse the repository at this point in the history
Merge :: (#4) fix toast
  • Loading branch information
limsaehyun authored Jul 27, 2022
2 parents b453de0 + b308e90 commit 0f67774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class LoginActivity : AppCompatActivity() {
val btn : Button = findViewById(R.id.btn)

btn.setOnClickListener {
Toast.makeText(applicationContext, "통과시켜 주세요 ㅠㅠ", Toast.LENGTH_SHORT).show()
Toast.makeText(applicationContext, "fix", Toast.LENGTH_SHORT).show()
}
}
}

0 comments on commit 0f67774

Please sign in to comment.