diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-04-08 15:29:48 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-04-08 15:37:29 +0100 |
commit | 93b5a19064fab0c0fb4530a44d137d29c39e808f (patch) | |
tree | f09bf9f1232be72157f8713524aaf429f2cee8be /android/res/drawable-mdpi | |
parent | a5347efa93cf7bf2cb4ba281e3693d24a2bcc839 (diff) | |
download | mupdf-93b5a19064fab0c0fb4530a44d137d29c39e808f.tar.xz |
Android: Fix operation under Froyo/Gingerbread.
Android resolves references at class load time, so when MuPDFActivity
is loaded, it tries to resolve AnimatorInflater. This fails on a 2.2
system.
The fix is to push the code into 'SafeAnimatorInflater'. When
MuPDFActivity is loaded, SafeAnimatorInflater is resolved, but
it's not actually loaded until it's used. We never use it unless
we have at least honeycomb, hence we never try to resolve the missing
class.
Diffstat (limited to 'android/res/drawable-mdpi')
0 files changed, 0 insertions, 0 deletions