jroal / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
http://jimroal.com/slist.htm
95 stars 33 forks source link

Rotating the screen in the preferences interface will cause the app to crash #290

Closed sjl872964789 closed 3 years ago

sjl872964789 commented 4 years ago

Describe the bug Rotating the screen in the preferences interface will cause the app to crash

To Reproduce Steps to reproduce the behavior:

  1. Install a2dp and open app
  2. Click three points in the upper right corner
  3. Click "preferences"
  4. Rotate screen
  5. Crash

Expected behavior Not crash

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

junior291492659 commented 4 years ago

I have also encountered this issue. It would be really appreciated to get your concern on this.

jroal commented 3 years ago

I would just disable screen rotation on the activity config. Problem solved. 👍🏻

Perfect! That is now my plan for all the rotation issues. I will simply block all rotations as they are not needed for this app anyway. Everything will now be forced portrait.

jroal commented 3 years ago

Duplicate of issue 295 based on planned fix https://github.com/jroal/a2dpvolume/issues/295