someone commented birthday greeting, fuck yourself

This commit is contained in:
Kima 2023-10-08 11:48:09 +02:00
parent 4b127bdf56
commit a7f1681902

View File

@ -112,16 +112,16 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
Future.delayed(const Duration(seconds: 1)) Future.delayed(const Duration(seconds: 1))
.then((value) => mounted ? _confettiController?.play() : null); .then((value) => mounted ? _confettiController?.play() : null);
} }
// } else if (now.month == user.student?.birth.month && } else if (now.month == user.student?.birth.month &&
// now.day == user.student?.birth.day) { now.day == user.student?.birth.day) {
// greeting = "happybirthday"; greeting = "happybirthday";
// if (NavigationScreen.of(context)?.init("confetti") ?? false) { if (NavigationScreen.of(context)?.init("confetti") ?? false) {
// _confettiController = _confettiController =
// ConfettiController(duration: const Duration(seconds: 3)); ConfettiController(duration: const Duration(seconds: 3));
// Future.delayed(const Duration(seconds: 1)) Future.delayed(const Duration(seconds: 1))
// .then((value) => mounted ? _confettiController?.play() : null); .then((value) => mounted ? _confettiController?.play() : null);
// } }
} else if (now.isAfter(DateTime(now.year, DateTime.may, 28)) && } else if (now.isAfter(DateTime(now.year, DateTime.may, 28)) &&
now.isBefore(DateTime(now.year, DateTime.may, 30))) { now.isBefore(DateTime(now.year, DateTime.may, 30))) {
greeting = "refilcopen"; greeting = "refilcopen";