grantbow / activehabits

Android app for tracking clicks over time
http://www.activehabits.com
5 stars 1 forks source link

rename dialog default value #25

Closed grantbow closed 13 years ago

grantbow commented 13 years ago
  1. Menu...New Action
  2. Long press new button.
  3. type in new name
  4. repeat steps one and two

Problem: default value is the name of the first value, not blank like it should be.

grantbow commented 13 years ago

Checked in some code. Must not use == on strings, must use .equals in Java.