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

Commit cd0bb17d authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Remove warning for null entries in resource array.

Change-Id: I32e0b8129e29f3e1e5a472b26e16f3fd06d4b91b
parent f40275d3
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;
    }