Remove unnecessary code line (#22)

This commit is contained in:
david.peters 2021-11-10 23:02:41 +01:00
parent 8358e625a5
commit 735963a9bc
1 changed files with 0 additions and 2 deletions

View File

@ -191,8 +191,6 @@ class _MiniplayerState extends State<Miniplayer> with TickerProviderStateMixin {
valueListenable: dragDownPercentage,
builder:
(BuildContext context, double value, Widget? child) {
if (value == 0) return child!;
return Opacity(
opacity: borderDouble(
minRange: 0.0,