Skip to content

Commit

Permalink
pipeline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Aug 12, 2024
1 parent 8bf20ee commit 0bbd453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/message/user_avatar.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import 'package:flutter/material.dart';
import 'package:flutter_chat_types/flutter_chat_types.dart' as types;

import '../../conditional/conditional.dart';
import '../../models/bubble_rtl_alignment.dart';
import '../../util.dart';
import '../state/inherited_chat_theme.dart';
import '../../conditional/conditional.dart';

/// Renders user's avatar or initials next to a message.
class UserAvatar extends StatelessWidget {
Expand Down

0 comments on commit 0bbd453

Please sign in to comment.