uservoice / uservoice-android-sdk

UserVoice Android SDK
https://www.uservoice.com/mobile/
MIT License
117 stars 105 forks source link

When creating new issue from SDK, it does not reflect back on list #262

Open nalint2s opened 6 years ago

nalint2s commented 6 years ago

Hi, When our user is trying to create a new issue using android portal, it does not come up on list. And there is no way the feedback list can be refreshed.

How to reproduce:

  1. Launch Uservoice forum using UserVoice.launchForum(this);
  2. It shows list of suggestions.
  3. Click on 'post a new idea'.
  4. Complete the form and click on 'submit idea'
  5. Trying finding newly created idea in that list.

Expected: Newly created idea should be part of this list.