summaryrefslogtreecommitdiff
path: root/android/res/layout/buttons.xml
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-04-08 15:29:48 +0100
committerRobin Watts <robin.watts@artifex.com>2013-04-08 15:37:29 +0100
commit93b5a19064fab0c0fb4530a44d137d29c39e808f (patch)
treef09bf9f1232be72157f8713524aaf429f2cee8be /android/res/layout/buttons.xml
parenta5347efa93cf7bf2cb4ba281e3693d24a2bcc839 (diff)
downloadmupdf-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/layout/buttons.xml')
0 files changed, 0 insertions, 0 deletions