Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typingSubscription not working #31

Closed
BhavyKoshti9spl opened this issue Oct 6, 2020 · 3 comments
Closed

typingSubscription not working #31

BhavyKoshti9spl opened this issue Oct 6, 2020 · 3 comments

Comments

@BhavyKoshti9spl
Copy link

BhavyKoshti9spl commented Oct 6, 2020

Specify the sample to which the issue belongs (use [x]):
[*] Chat sample
[ ] P2P Call sample
[ ] Conference Call sample

Platform (use [x])
[*] Android
[ ] iOS -- Not tested on iOS yet.

Device info
Manufacture: xiaomi
Model: redmi note 8 pro
OS version: 10

Describe the bug:
while i am in person listing screen. i am not getting other person's typing status

Steps to Reproduce:

  1. just go to person listing in one mobile.
  2. from other mobile try typing to that person
  3. the person listing screen should update dialog status as isTyping..
  4. However it is working fine on detail screen.
    Logs:
log here

2020-10-06 10:33:59.013 13753-13961/com.connectycube.flutter.chat_sample I/flutter: response: <xmpp_stone>
</xmpp_stone>
2020-10-06 10:33:59.425 13753-13961/com.connectycube.flutter.chat_sample I/flutter: response: <xmpp_stone>
</xmpp_stone>
2020-10-06 10:33:59.630 13753-13961/com.connectycube.flutter.chat_sample I/flutter: response: <xmpp_stone>
</xmpp_stone>
or
Gist log

Actual result:

Expected behavior:
The expected behaviour should be while i am typing something i am able to get the typing status on dialog.

Additional info
Add any other context about the problem here.

@TatankaConCube
Copy link
Contributor

@BhavyKoshti9spl did you add this functionality by yourself? The current version of the Chat sample uses this listener only on ChatDialogScreen, not on SelectDialogScreen.

@BhavyKoshti9spl
Copy link
Author

BhavyKoshti9spl commented Oct 6, 2020

@TatankaConCube
nope i thought it was already implemented. as i saw typingStatusesManager in chat_dialog_screen.
i need to implement it on person listing screen is it possible to implement it there?

@TatankaConCube
Copy link
Contributor

yes, you have to realize it by yourself. Chat sample is a demonstration app and, I think, current realisation is enough to show, how to work with TypingStatusesManager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants