diff options
author | chaviw <chaviw@google.com> | 2018-07-25 14:56:07 -0700 |
---|---|---|
committer | chaviw <chaviw@google.com> | 2018-09-04 19:49:20 -0700 |
commit | 8c9d1f5bf4dcaed0bd841b909de3d981e446db36 (patch) | |
tree | 1c20b14e910cc3661166035845c67cd622f10bbd /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 6e494e9457499c6124fe223916a5896c88e82af7 (diff) |
Don't check for correct windowing mode when exiting drag resize.
Tasks can get re-parented to a non split screen stack before
notifyAppTransitionDone is called. When notifyAppTransitionDone is
called later on, it will try to update the task that was previously in a
split screen stack, by updating the drag resizing flag. However, that
flag cannot be updated since the task is no longer in a split screen
stack. This will cause a system crash.
There's no need to check the windowing mode when exiting drag resize
since there's no harm in leaving drag resize when not in split screen.
Change-Id: Ibf7e531ac5adc6c37e77e15f5d61ffb4de286998
Fixes: 111521606
Test: Steps in bug
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions