Fix a NPE when the up button is pressed

The up button in ComposeActivity was using createViewInboxIntent, but
not passing in the required folderUri parameter, which was being used
later. This change just checks if that parameter is there, and if
not, uses the account's inbox URI.

Bug: 8373309
Change-Id: Ie1bc88d0480c531ab02a4950f404013879784b28
2 files changed