]> git.ktnx.net Git - mobile-ledger.git/commitdiff
TODO done: visual feedback on transaction account removal
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 29 Mar 2019 10:44:32 +0000 (12:44 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 29 Mar 2019 10:44:32 +0000 (12:44 +0200)
app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionActivity.java

index acfee9ef5143888f516f896225db01423618c02c..994214a2849caf0e7a5f26343b0414c674d5d333 100644 (file)
@@ -73,7 +73,6 @@ import androidx.fragment.app.DialogFragment;
  * TODO: reports
  * TODO: get rid of the custom session/cookie and auth code?
  *         (the last problem with the POST was the missing content-length header)
  * TODO: reports
  * TODO: get rid of the custom session/cookie and auth code?
  *         (the last problem with the POST was the missing content-length header)
- * TODO: nicer swiping removal with visual feedback
  *  */
 
 public class NewTransactionActivity extends ProfileThemedActivity
  *  */
 
 public class NewTransactionActivity extends ProfileThemedActivity