am 15fabac3: Merge "Fix build, fix Drawable loop" into lmp-preview-dev
* commit '15fabac37d6c1ce575c66338b4a51b2f8d8afb96': Fix build, fix Drawable loop
This commit is contained in:
@@ -473,8 +473,6 @@
|
||||
<item>@drawable/scrubber_track_qntm_alpha</item>
|
||||
<item>@drawable/spinner_qntm_am_alpha</item>
|
||||
<item>@drawable/switch_track_qntm_alpha</item>
|
||||
<item>@drawable/tab_indicator_normal_qntm_alpha</item>
|
||||
<item>@drawable/tab_indicator_selected_qntm_alpha</item>
|
||||
<item>@drawable/text_cursor_qntm_alpha</item>
|
||||
<item>@drawable/textfield_activated_qntm_alpha</item>
|
||||
<item>@drawable/textfield_default_qntm_alpha</item>
|
||||
|
||||
@@ -908,7 +908,7 @@ public abstract class Drawable {
|
||||
InputStream is, String srcName) {
|
||||
Trace.traceBegin(Trace.TRACE_TAG_RESOURCES, srcName != null ? srcName : "Unknown drawable");
|
||||
try {
|
||||
return createFromResourceStream(res, value, is, srcName);
|
||||
return createFromResourceStream(res, value, is, srcName, null);
|
||||
} finally {
|
||||
Trace.traceEnd(Trace.TRACE_TAG_RESOURCES);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user