Skip to content

Commit

Permalink
refactor: packages/alice
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Jun 16, 2024
1 parent b7b88ba commit f5ecf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alice/lib/ui/page/alice_call_details_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class _AliceCallDetailsScreenState extends State<AliceCallDetailsScreen>
Widget _buildErrorWidget() =>
const Center(child: Text('Failed to load data'));

Future<String> _getSharableResponseString() async =>
Future<String> _getSharableResponseString() =>
AliceSaveHelper.buildCallLog(widget.call);

List<Widget> _getTabBars() => <Widget>[
Expand Down

0 comments on commit f5ecf68

Please sign in to comment.