Skip to content

Commit

Permalink
refactor: make startFilePicker an instance method
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-i committed Jan 6, 2024
1 parent dcd7b1c commit 94194d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/preset_talk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class TalkState extends State<Talk> {
}
}

static void _startFilePicker() async {
void _startFilePicker() async {
Utils.startFilePicker().then((value) {
if (value != null) {
_content = value;
Expand Down

0 comments on commit 94194d1

Please sign in to comment.