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

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

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

* commit 'aadac158':
  Make sure Transition constructor is accessible before invoking
parents 2787cab7 aadac158
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) {