puntuaciones fixeadas
This commit is contained in:
@@ -29,9 +29,10 @@ class _CitaScreenState extends State<CitaScreen> {
|
|||||||
super.initState();
|
super.initState();
|
||||||
|
|
||||||
if (scoresModel == null) {
|
if (scoresModel == null) {
|
||||||
ScoresModel.scoreFrom(uid.toString(), true, false).then(
|
ScoresModel.scoreTo(widget.evento.userId.toString(), false, false).then(
|
||||||
(ScoresModel s) => setState(() {
|
(ScoresModel s) => setState(() {
|
||||||
scoresModel = s;
|
scoresModel = s;
|
||||||
|
print('escore $scoresModel');
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user