Fix spelling mistake in variable name
Change-Id: I17df6af680c04c4682c408c949452b493c58ca32
This commit is contained in:
@@ -95,7 +95,7 @@ public class CreateProjectScreen extends Screen {
|
||||
@Override
|
||||
protected void onMovePointerTo(String projectName) {
|
||||
// prevent user input from being overwritten by simply poping up
|
||||
if (!projectsPopup.isPopingUp() || "".equals(sugestParent.getText())) {
|
||||
if (!projectsPopup.isPoppingUp() || "".equals(sugestParent.getText())) {
|
||||
sugestParent.setText(projectName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user