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

Commit ab5d66a9 authored by Tony Mantler's avatar Tony Mantler
Browse files

Make sure Transition constructor is accessible before invoking

b/20666031

Change-Id: Ief519ac00aed8ce84cbc852025f91cc03da90c55
parent fa1c1f97
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) {