You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List<Transaction_Data> data = new RushSearch().find(Transaction_Data.class); Timber.e("transactions count %s", data.size()); RushCore.getInstance().delete(data);
but the below code is taking around 3-4 secs `RushCore.getInstance().deleteAll(Transaction_Data.class);
'
At all times i only have one entrance of Transaction_Data in the db
The text was updated successfully, but these errors were encountered:
Hi Stuart,
List<Transaction_Data> data = new RushSearch().find(Transaction_Data.class); Timber.e("transactions count %s", data.size()); RushCore.getInstance().delete(data);
'
At all times i only have one entrance of Transaction_Data in the db
The text was updated successfully, but these errors were encountered: