java stop script

48

java stop script -

public void onClick() {
    if(condition == true) {
        return;
    }
    string.setText("This string should not change if condition = true");
}

Comments

Submit
0 Comments