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

Commit 0cd30f77 authored by Dan Sandler's avatar Dan Sandler Committed by Android Git Automerger
Browse files

am 881a594d: am 4cd7746c: am b2811608: am 030eaabc: am c990927b: Merge "Fix...

am 881a594d: am 4cd7746c: am b2811608: am 030eaabc: am c990927b: Merge "Fix LayoutInflater copy constructor logic." into lmp-dev

* commit '881a594d342e4250be7dbcc401665f210b34384f':
  Fix LayoutInflater copy constructor logic.
parents 30665460 245e863f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ public abstract class LayoutInflater {
        mFactory = original.mFactory;
        mFactory2 = original.mFactory2;
        mPrivateFactory = original.mPrivateFactory;
        mFilter = original.mFilter;
        setFilter(original.mFilter);
    }
    
    /**