Skip to content

Commit

Permalink
TESZT renccer kitiltas
Browse files Browse the repository at this point in the history
  • Loading branch information
krajorama committed Nov 12, 2019
1 parent 4f2c2d6 commit 7dc30bd
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@ class DialogActivity : AppCompatActivity() {
return false
}

if (!extraProduction) {
Toast.makeText(
applicationContext,
"TESZT rencceren jelenleg nem elérhető!",
Toast.LENGTH_LONG
).show()
extraExtraInfo1="I"
extraExtraInfo2="I"
extraExtraInfo3="I"
extraFinish()
return false
}

if (!extraActivated) {
Toast.makeText(
applicationContext,
Expand Down

0 comments on commit 7dc30bd

Please sign in to comment.