Fix a problem with isCallerSyncAdapter
The field mIsCallerSyncAdapter is set by a call to getIsCallerSyncAdapter() but is reset by beginTransaction.
This means that by the time we call endTransaction, it may have been reset to null because getIsCallerSyncAdapter
was called before beginTransaction.

Change-Id: I3f8e4484965adae2d7565e34166f4c1a6635eecf
1 file changed