oppia-android: Landscape support for ItemSelectionInteraction [Blocked on #1737]

Describe the bug If learner has selected few options in ItemSelectionInteraction and does configuration change the selection disappears.

To Reproduce Steps to reproduce the behavior:

  1. Go to Prototype Exploration

  2. Go to below mentioned state: Screenshot_1597062466

  3. Select 2-3 options

  4. Change device configuration

  5. Notice that the selection resets.

Expected behavior ItemSelectionInteraction should persist selected items on configuration change. Fix this for question and exploration player.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 37 (37 by maintainers)

Most upvoted comments

@anandwana001 @aggarwalpulkit596 @prayutsu

Please avoid having conversations on issues, instead you can chat in gitter channel or on email. Thanks

@prayutsu Give this a try, I tried in one of the ubuntu setups and works fine. if this doesn’t work let me check on a few other solutions.

curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.37.0/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/

Thank you so much @anandwana001. It worked.

ah, snap doesn’t have the latest version of ktlint and that’s why ignoring to install the older version. This simply curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.37.0/ktlint && chmod a+x ktlint should work. Might be internet speed is a bit slow!! But, after running this command this will show you nothing, just start the next line to take input of other commands. Have you checked ktlint --version?

@vinitamurthi or @anandwana001 is this something that you can help with?

And you have to make changed ItemSelectionInteractionView