Menu

#2 potential bug in KeyboardProximity.java

v1.0_(example)
open
None
5
2017-01-04
2017-01-04
No

line no. 48

    // q
    temp = new HashMap();
    temp.put("w", null);
    firstChars.put("q", temp);
    temp = new HashMap();
    temp.put("a", null);
    temp.put("1", null);
    firstChars.put("q", temp);

shouldn't the last line be secondChars.put("q",temp) ?

Discussion


Log in to post a comment.