OSDN Git Service

Change to TextUtils.equals instead of .equals
authorErik <roboerik@android.com>
Fri, 9 Apr 2010 23:32:17 +0000 (16:32 -0700)
committerErik <roboerik@android.com>
Fri, 9 Apr 2010 23:32:17 +0000 (16:32 -0700)
commiteb10fa8bee049e0052b5cb53dcfbdaccef9f2740
tree7f353f1dd109fa20597a4903763c68fa9b24b36e
parent356204b5e6c5b862442bb7cd9e68163f67af92e3
Change to TextUtils.equals instead of .equals

Could crash on a NPE for an empty string without this.

Change-Id: I1f88889580cfd30f82e867f403e9466a1d7d7819
src/com/android/calendar/Utils.java