Peter Serwylo aa945367c9 Pass potentially nullable argument instead of guarding.
It seems that `setContentIntent()` will do fine if we pass it a null
argument. The default value is `null` anyway, and it doesn't mandate
a non-null argument.
2017-02-28 20:56:35 +01:00
..