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

Commit 9ec417a5 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am aaa10ea4: am c813375e: Merge "Use non deprecated method for creating...

am aaa10ea4: am c813375e: Merge "Use non deprecated method for creating ColorStateList" into mnc-dev

* commit 'aaa10ea4':
  Use non deprecated method for creating ColorStateList
parents 2fa6d52c aaa10ea4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -320,7 +320,8 @@ public final class BridgeTypedArray extends TypedArray {
                BridgeXmlBlockParser blockParser = new BridgeXmlBlockParser(
                        parser, mContext, resValue.isFramework());
                try {
                    return ColorStateList.createFromXml(mContext.getResources(), blockParser);
                    return ColorStateList.createFromXml(mContext.getResources(), blockParser,
                            mContext.getTheme());
                } finally {
                    blockParser.ensurePopped();
                }