summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-06-19 15:07:05 -0700
committerDianne Hackborn <hackbod@google.com>2012-06-19 15:07:05 -0700
commitacdfbcca6f91bdf3f77ed7b2e699c97ce98c1fb8 (patch)
treee614239d3d1c647503c3678e50e7c7cfc1c6a0ab /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent0abe556d28f5f5d395559cc6567b05939d1b2640 (diff)
Fix issue #6675499: java.lang.RuntimeException: Unable to start...
...activity ComponentInfo{com.google.android.gm/ com.google.android.gm.ui.MailActivityGmail}: java.lang.NullPointerException There were a number of places in FragmentManagerImpl where we were not dealing with mAdded being null. In the original implementation, mAdded would almost always be null if mActive is null. As we have added features, this has become a less strong guarantee (and it actually was never completely guaranteed), but there are a lot of places where we would check for mActive being non-null and assume this meant mAdded is non-null. Fix these to correctly check for mAdded. Bug: 6675499 Change-Id: I2a6a801d8bc89550fc73e12c9c3f8bb0ad6c7fa4
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions