Skip to content
Commit cfdd8d40 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Prevent NPE in CustomTile

The icon is passed by the TileService, so it could null when retrieving
the drawable. Check for null before doing operations on it.

Test: atest CustomTileTest
Fixes: 140479361
Change-Id: I0ee11806c0047e0e524f5201d369bee51beba451
parent 8887c6da
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment