mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: sealed LoadingState (#765)
This commit is contained in:
committed by
GitHub
parent
d4d1602b45
commit
bb6bd95e9b
@@ -120,7 +120,6 @@ class _EmotePanelState extends State<EmotePanel>
|
||||
)
|
||||
: _errorWidget(),
|
||||
Error() => _errorWidget(loadingState.errMsg),
|
||||
LoadingState() => throw UnimplementedError(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user