Exemplo n.º 1
0
        protected override async void OnAppearing()
        {
            if (IsTappedToViewAttachment())
            {
                return;
            }

            if (IsLeave)
            {
                await _chatRoom.OnAppearing();
            }
            IsLeave = true;
        }