Merge pull request #529 from jotomo/synchronize-for-guard
Add missing synchronized so guard works properly.
This commit is contained in:
commit
6f172bf084
|
@ -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