OSDN Git Service

b/2486000 Fixed check to see if attendees are organizer.
authorErik <roboerik@android.com>
Thu, 4 Mar 2010 18:33:35 +0000 (10:33 -0800)
committerErik <roboerik@android.com>
Thu, 4 Mar 2010 18:33:35 +0000 (10:33 -0800)
commitbe812f1e1ec60594101517df67ca093b8623556d
tree127a58d044a872a87b5311526dd718a82cd80e68
parentd44d0b83ec07c6a468fa42aa7ccc1f4f95cb9121
b/2486000 Fixed check to see if attendees are organizer.

We were doing an equals instead of equalsIgnoreCase check to see if we were
the organizer of an event which was causing the wrong information to be
displayed in EventInfo.
src/com/android/calendar/EventInfoActivity.java