make Context.setResources() null safe
It had previously been ok to pass null to ContextImpl.setResources() but the multilocale changes made that no longer true. This adds a null check so it is safe again. Fixes: 309832031 Test: automated Change-Id: I7e74b7ddf2280ef055e75371226410ac0f67fc63
Loading
Please register or sign in to comment