]> git.ktnx.net Git - mobile-ledger.git/commitdiff
whitespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 5 Jan 2019 13:02:43 +0000 (13:02 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 5 Jan 2019 13:02:43 +0000 (13:02 +0000)
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java

index 90e02c9a6a49ed54f8a28d9e7f7a37c83cf47f50..c2ff5c27b1b3d3bbfe55da54bcc422e3f4c6a8ec 100644 (file)
@@ -55,10 +55,10 @@ import java.util.Observable;
 import java.util.Observer;
 
 public class MainActivity extends AppCompatActivity {
 import java.util.Observer;
 
 public class MainActivity extends AppCompatActivity {
+    public MobileLedgerListFragment currentFragment = null;
     DrawerLayout drawer;
     private AccountSummaryFragment accountSummaryFragment;
     private TransactionListFragment transactionListFragment;
     DrawerLayout drawer;
     private AccountSummaryFragment accountSummaryFragment;
     private TransactionListFragment transactionListFragment;
-    public MobileLedgerListFragment currentFragment = null;
     private FragmentManager fragmentManager;
     private TextView tvLastUpdate;
     private RetrieveTransactionsTask retrieveTransactionsTask;
     private FragmentManager fragmentManager;
     private TextView tvLastUpdate;
     private RetrieveTransactionsTask retrieveTransactionsTask;
@@ -93,8 +93,7 @@ public class MainActivity extends AppCompatActivity {
 
         tvLastUpdate = findViewById(R.id.transactions_last_update);
 
 
         tvLastUpdate = findViewById(R.id.transactions_last_update);
 
-        bTransactionListCancelDownload =
-                findViewById(R.id.transaction_list_cancel_download);
+        bTransactionListCancelDownload = findViewById(R.id.transaction_list_cancel_download);
         progressBar = findViewById(R.id.transaction_list_progress_bar);
         if (progressBar == null)
             throw new RuntimeException("Can't get hold on the transaction value progress bar");
         progressBar = findViewById(R.id.transaction_list_progress_bar);
         if (progressBar == null)
             throw new RuntimeException("Can't get hold on the transaction value progress bar");