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

Commit aadac158 authored by Tony Mantler's avatar Tony Mantler Committed by Android (Google) Code Review
Browse files

Merge "Make sure Transition constructor is accessible before invoking" into mnc-dev

parents 50ea9422 ab5d66a9
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) {