Compare commits
7 Commits
ac8eb209eb
...
b0629e383b
Author | SHA1 | Date | |
---|---|---|---|
b0629e383b | |||
97b2cbed0a | |||
b497d1db3f | |||
e7070b23c6 | |||
19bf58f400 | |||
01f24694b5 | |||
693405cadb |
@@ -799,9 +799,7 @@ class MainActivity : AppCompatActivity() {
|
||||
dismiss()
|
||||
})
|
||||
contentView.findViewById<View>(R.id.button_puke).setOnClickListener({
|
||||
logEvent(
|
||||
LunaEvent(LunaEvent.TYPE_PUKE)
|
||||
)
|
||||
logEvent(LunaEvent(LunaEvent.TYPE_PUKE))
|
||||
dismiss()
|
||||
})
|
||||
contentView.findViewById<View>(R.id.button_colic).setOnClickListener({
|
||||
|
Reference in New Issue
Block a user