summaryrefslogtreecommitdiffstats
path: root/src/com/android/deskclock/worldclock/CitySelectionActivity.java
diff options
context:
space:
mode:
authorJames Lemieux <jplemieux@google.com>2016-04-05 18:40:40 -0700
committerJames Lemieux <jplemieux@google.com>2016-04-06 14:05:28 -0700
commit592c66b3eb497d24d1528fb2597059c6e4ec6620 (patch)
treef14553bd763f81892b049f9f4fe76b84bb66a011 /src/com/android/deskclock/worldclock/CitySelectionActivity.java
parenta5c107781dc8f8239bc980d19e1e31ed262e8829 (diff)
downloadandroid_packages_apps_DeskClock-592c66b3eb497d24d1528fb2597059c6e4ec6620.tar.gz
android_packages_apps_DeskClock-592c66b3eb497d24d1528fb2597059c6e4ec6620.tar.bz2
android_packages_apps_DeskClock-592c66b3eb497d24d1528fb2597059c6e4ec6620.zip
Introduce world city widget
Bug: 27282291 Bug: 27693716 Bug: 24126517 This CL includes: - full implementation of city widget - event logging for creation/deletion of widgets - tapping all widgets now opens the app in the prior state (not the clock tab) Change-Id: Ia43ec0ebf2f02aba6b7e277e5feca3e8afa91e64
Diffstat (limited to 'src/com/android/deskclock/worldclock/CitySelectionActivity.java')
-rw-r--r--src/com/android/deskclock/worldclock/CitySelectionActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/deskclock/worldclock/CitySelectionActivity.java b/src/com/android/deskclock/worldclock/CitySelectionActivity.java
index 1bba2cb7e..9a09d2d66 100644
--- a/src/com/android/deskclock/worldclock/CitySelectionActivity.java
+++ b/src/com/android/deskclock/worldclock/CitySelectionActivity.java
@@ -296,7 +296,7 @@ public final class CitySelectionActivity extends BaseActivity {
}
@Override
- public synchronized View getView(int position, View view, ViewGroup parent) {
+ public View getView(int position, View view, ViewGroup parent) {
final int itemViewType = getItemViewType(position);
switch (itemViewType) {
case VIEW_TYPE_SELECTED_CITIES_HEADER: