TF-2667 Show sending message dialog when click send button
This commit is contained in:
@@ -132,7 +132,10 @@ class ManageAccountDashBoardView extends GetWidget<ManageAccountDashBoardControl
|
||||
const Spacer(),
|
||||
const SizedBox(width: 16),
|
||||
Obx(() => (AvatarBuilder()
|
||||
..text(controller.sessionCurrent?.username.firstCharacter ?? '')
|
||||
..text(controller.accountId.value != null
|
||||
? controller.sessionCurrent?.username.firstCharacter ?? ''
|
||||
: ''
|
||||
)
|
||||
..backgroundColor(Colors.white)
|
||||
..textColor(Colors.black)
|
||||
..context(context)
|
||||
|
||||
Reference in New Issue
Block a user