OSDN Git Service

Fix bug #12467741 Java crash in com.android.settings: java.lang.IllegalStateException...
authorFabrice Di Meglio <fdimeglio@google.com>
Tue, 28 Jan 2014 22:55:17 +0000 (14:55 -0800)
committerFabrice Di Meglio <fdimeglio@google.com>
Tue, 28 Jan 2014 22:55:17 +0000 (14:55 -0800)
commitba4d2a08f910581ea2caa4efab5657e0ca9a40e4
tree59d1fcb9f4ac8dbe9c491bd01bf4047ccb09c9c3
parent881c6d57d2528c6eb1bdc934915595f92595bd53
Fix bug #12467741 Java crash in com.android.settings: java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification.

- add missing notifyDataSetChanged() call

Change-Id: I633b78be3805bc8610b4aaeb70b1988768f764b7
core/java/android/widget/CalendarView.java