Skip to content

Commit

Permalink
codinguser#876 - Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanGarf committed Jun 15, 2020
1 parent 849bc2a commit 5d36c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ protected void onCreate(Bundle savedInstanceState) {
mAccountsDbAdapter = AccountsDbAdapter.getInstance();

//
// Add Tranbsaction Page
// Add Transaction Page
//

mIsPlaceholderAccount = mAccountsDbAdapter.isPlaceholderAccount(getCurrentAccountUID());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ public int getItemViewType(int position) {

@Override
public void onBindViewHolderCursor(ViewHolder holder, Cursor cursor) {

holder.transactionId = cursor.getLong(cursor.getColumnIndexOrThrow(DatabaseSchema.TransactionEntry._ID));

String description = cursor.getString(cursor.getColumnIndexOrThrow(DatabaseSchema.TransactionEntry.COLUMN_DESCRIPTION));
Expand Down

0 comments on commit 5d36c85

Please sign in to comment.