Fix bug in Ledger.
Avoid an IndexOutOfBoundsException by checking that the size of the transactions list is greater than 0 before trying to access the 0th element. Bug: 158300259 Test: atest FrameworksServicesTests:LedgerTest Change-Id: I76df357f0cf65f5577ed1c625579a6cb656264d9
Loading
Please register or sign in to comment