OSDN Git Service

AI 146250: am: CL 146238 ADT #1761064: Properly refresh UiTreeBlock when SDK is reloaded.
authorRaphael Moll <>
Tue, 14 Apr 2009 23:57:57 +0000 (16:57 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 14 Apr 2009 23:57:57 +0000 (16:57 -0700)
commit45dc777d9984f1ac11d64e3f320792b1574f48ba
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentf2a757b1654822538be9c6d1c3353e1c6618af8e
AI 146250: am: CL 146238 ADT #1761064: Properly refresh UiTreeBlock when SDK is reloaded.
  The fix I did last week was just refreshing the UiRootNode
  but it turns out we need to refresh the DescriptorFilters too
  (since they are null when there's no SDK.) So the old fix was
  wrong, what we need is to generate a new tree model when the
  SDK is reloaded.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 146250