16.03.2018, 23:41
The problem is definitely not related to the functions.
Check OnDialogResponse well, and find:
or
You have a 'return' with a value and another that is empty. If you set it a value it would return 'unreachable' code for the rest of the code below it.
Check OnDialogResponse well, and find:
Код:
return;
Код:
return 1/0/whatever;