diff options
| author | 2024-10-30 08:31:24 +0000 | |
|---|---|---|
| committer | 2024-10-30 09:27:51 +0000 | |
| commit | 84de708b64d4d99d5f6e65c401b630929aa4cf88 (patch) | |
| tree | be5bdfb793b658c2b549dc667b3b7fed3d0c91fe /api/api_test.go | |
| 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
Diffstat (limited to 'api/api_test.go')
0 files changed, 0 insertions, 0 deletions