commit | 95b12348ebdf880cb74969351d1d0c7ab0c94ab5 | [log] [tgz] |
---|---|---|
author | Galia Peycheva <galinap@google.com> | Thu Apr 02 19:56:05 2020 +0200 |
committer | Galia Peycheva <galinap@google.com> | Tue Apr 14 16:42:10 2020 +0200 |
tree | bb327b9aeb62630f48639e5d139295169abb6766 | |
parent | a171ec4203d1e22856156f263a30ff13a46b9925 [diff] |
Fix DreamService not finishing correctly CL assigns null to DreamService.mActivity when the DecorView of the main window is detached (in onViewDetachedFromWindow()). This is also when the Window is detached, so at that point the DreamService doesn't care about the DreamActivity. Fix: 152994058 Test: atest DreamManagerServiceTests Change-Id: I716f443b2876a2db57df999a551eee31e98ab4f1