Skip to content

Commit

Permalink
Refresh fragment after refreshing reports rather than uploading samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamberg committed Feb 14, 2018
1 parent 1eaa606 commit 6e8ff66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,9 @@ public void refresh(){
if(application != null){
Logger.d(Constants.SF, "Entering checkAndRefreshReports()");
application.checkAndRefreshReports();
runOnUiThread(this::refreshCurrentFragment);
Logger.d(Constants.SF, "Checked reports, sending samples");
application.checkAndSendSamples();
runOnUiThread(this::refreshCurrentFragment);
}
if(Constants.DEBUG){
Logger.d(TAG, "** Stopped refreshing data **");
Expand Down

0 comments on commit 6e8ff66

Please sign in to comment.