Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 165c8c42 authored by Tony Mantler's avatar Tony Mantler Committed by Android Git Automerger
Browse files

am cae5bb3b: am aadac158: Merge "Make sure Transition constructor is...

am cae5bb3b: am aadac158: Merge "Make sure Transition constructor is accessible before invoking" into mnc-dev

* commit 'cae5bb3b':
  Make sure Transition constructor is accessible before invoking
parents 95f43e7d cae5bb3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ public class TransitionInflater {
                        sConstructors.put(className, constructor);
                    }
                }

                constructor.setAccessible(true);
                return constructor.newInstance(mContext, attrs);
            }
        } catch (InstantiationException e) {