scartill / bargaincave

e-Shop infrastructure with Ecwid and Dostavista integration. Publishing as an example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

move to after-login code

todo opened this issue · comments

commented

// TODO: move to after-login code
Amplify.DataStore.observe(
Lot::class.java,
{ Log.i("Cave", "Observation began.") },
{ Log.i("Cave", it.item().toString()) },
{ Log.e("Cave", "Observation failed.", it) },


This issue was generated by todo based on a TODO comment in 0187498. It's been assigned to @scartill because they committed the code.

Fixed by overhaul