Submit: Fix NPE

isMergeable which is called both at submit time as well as when generating
the description of the submit button, may return a (Boolean)null, which
currently throws a NPE when auto unboxed into a boolean type.

Change-Id: I38875bab4fe63f8574f9e80542e5acb16e430f1c
1 file changed