Add missing synchronized so guard works properly.
This commit is contained in:
parent
525adddc5e
commit
d58bb75d01
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ public class WizardDialog extends DialogFragment implements OnClickListener, Com
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
public synchronized void onClick(View view) {
|
||||
switch (view.getId()) {
|
||||
case R.id.ok:
|
||||
if (okClicked) {
|
||||
|
|
Loading…
Reference in a new issue