Skip to content

Commit 6cdc5ee

Browse files
committed
최종 완성
1 parent 76681f9 commit 6cdc5ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/org/sopt/whatcolorandroid/ui/sehun/MainActivity.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ class MainActivity : AppCompatActivity() {
3535
super.onActivityResult(requestCode, resultCode, data)
3636
if (requestCode == 200) {
3737
binding.tvMission.text = content
38+
binding.tvMission3.visibility = View.VISIBLE
3839
}
3940

4041
}
4142

4243
override fun onResume(){
4344
super.onResume()
4445
initNetwork()
45-
binding.tvMission3.visibility = View.VISIBLE
46+
4647
}
4748

4849

0 commit comments

Comments
 (0)