| commit | 84de708b64d4d99d5f6e65c401b630929aa4cf88 | [log] [tgz] |
|---|---|---|
| author | Charles Chen <charlesccchen@google.com> | Wed Oct 30 08:31:24 2024 +0000 |
| committer | Charles Chen <charlesccchen@google.com> | Wed Oct 30 09:27:51 2024 +0000 |
| tree | be5bdfb793b658c2b549dc667b3b7fed3d0c91fe | |
| parent | 37a55752a924f7b2c811ed85c1094a225944679c [diff] |
Revert "Fix NPE when attach thumbnail"
This reverts commit 37a55752a924f7b2c811ed85c1094a225944679c.
Reason for revert: There's one missing part not catch
The below condition should be flipped:
```
if (Flags.moveAnimationOptionsToChange()) {
options = info.getAnimationOptions();
} else {
options = change.getAnimationOptions();
}
```
Change-Id: I6e65184a8dce0fb573697d92071aba3a49ab2ac9