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

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

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

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

* commit '9ec417a5':
  Use non deprecated method for creating ColorStateList
parents dd0fe0de 9ec417a5
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();
                }