]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionItemHolder.java
whitespace
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / NewTransactionItemHolder.java
index 84d744b558238bb5f502b0ab6211f7fdc53f6f72..3e6cab36328f7079e569f4efaad78de619de16aa 100644 (file)
@@ -169,7 +169,7 @@ class NewTransactionItemHolder extends RecyclerView.ViewHolder
             if (id == R.id.comment) {
                 commentFocusChanged(commentLayout, tvComment, hasFocus);
             }
-            else if ( id == R.id.transaction_comment) {
+            else if (id == R.id.transaction_comment) {
                 commentFocusChanged(transactionCommentLayout, tvTransactionComment, hasFocus);
             }
         };