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
2 files changed