mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
Fix variable type
This commit is contained in:
@@ -1135,7 +1135,7 @@ class _GroupedChaptersViewState extends State<_GroupedChaptersView>
|
|||||||
|
|
||||||
late final ScrollController _scrollController;
|
late final ScrollController _scrollController;
|
||||||
|
|
||||||
late final initialGroupName;
|
late final String initialGroupName;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
|
Reference in New Issue
Block a user