fix
This commit is contained in:
@@ -37,12 +37,6 @@ class _ChatScreenState extends State<ChatScreen> {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// if (scoresModel == null) {
|
||||
// ScoresModel.scoreTo(uid.toString(), false, false).then(
|
||||
// (ScoresModel s) => setState(() => scoresModel = s),
|
||||
// );
|
||||
// }
|
||||
}
|
||||
|
||||
@override
|
||||
@@ -62,7 +56,7 @@ class _ChatScreenState extends State<ChatScreen> {
|
||||
color: Colors.grey.withOpacity(0.3),
|
||||
spreadRadius: 2,
|
||||
blurRadius: 3,
|
||||
offset: const Offset(0, 2), // changes position of shadow
|
||||
offset: const Offset(0, 2),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user