|
@@ -153,6 +153,7 @@ public class RecordOverviewFragment extends UpNavigatibleFragment implements Che
|
|
|
|
|
|
// Get the message from the intent
|
|
|
// this.addRecordToDB(4,4,4);
|
|
|
+ /*
|
|
|
Synchronizer s = new Synchronizer(this.dbh);
|
|
|
si = s.getSyncInfo();
|
|
|
HashMap<String, Long> map = new HashMap<String, Long>();
|
|
@@ -161,7 +162,7 @@ public class RecordOverviewFragment extends UpNavigatibleFragment implements Che
|
|
|
sd = s.getSyncData(si);
|
|
|
|
|
|
s.updateFromSyncData(sd);
|
|
|
-
|
|
|
+ */
|
|
|
if (this.filter == null){
|
|
|
Intent intent = this.getActivity().getIntent();
|
|
|
LogFilter filter = intent.getParcelableExtra(LogFilter.LOG_FILTER_INTENT_KEY);
|