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

Commit fa4e2148 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Remove warning for null entries in resource array." into lmp-dev

parents 4a965545 cd0bb17d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -809,11 +809,6 @@ public final class BridgeTypedArray extends TypedArray {
            return new CharSequence[] { value };
        }

        Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT,
                String.format(
                    String.format("Unknown value for getTextArray(%d) => %s", //DEBUG
                    index, mResourceData[index].getName())), null);

        return null;
    }