summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/browse/ConversationContainer.java
diff options
context:
space:
mode:
authorPaul Westbrook <pwestbro@google.com>2012-10-13 15:06:47 -0700
committerPaul Westbrook <pwestbro@google.com>2012-10-13 15:46:41 -0700
commit949ea2185d79e3e266662766cfa07cf748493e3a (patch)
tree41b24a0fd70e613338bfac5e76cc157549377c42 /src/com/android/mail/browse/ConversationContainer.java
parentfa255c019a8d4f6a74cc544a4dd2d8b74b1fc572 (diff)
downloadandroid_packages_apps_UnifiedEmail-949ea2185d79e3e266662766cfa07cf748493e3a.tar.gz
android_packages_apps_UnifiedEmail-949ea2185d79e3e266662766cfa07cf748493e3a.tar.bz2
android_packages_apps_UnifiedEmail-949ea2185d79e3e266662766cfa07cf748493e3a.zip
Fix NPE
We can't just keep a single static map instance, as the thread updating the widget can be running at the the same time as the main app. Instead use the Object cache to reduce object allocations, but also to prevent multiple threads from modifying the same object. Bug: 7344709 Change-Id: I803963f2acf17eaa7cb928e90830eade86a718d8
Diffstat (limited to 'src/com/android/mail/browse/ConversationContainer.java')
0 files changed, 0 insertions, 0 deletions