odysee-android icon indicating copy to clipboard operation
odysee-android copied to clipboard

App crashes on Android 6

Open kekkyojin opened this issue 1 year ago • 0 comments

The Issue

Odysee Android is crashing when opening on Android 6 and very likely on 5/5.1. This is due to Supplier class not been found, although Google says it is part of the classes been desugared for Android API Level 23 and lower.

A fix is already on the works consisting on removing any usage of Supplier class.

System Configuration

  • Device: Pixel 4 emulator
  • Android version: 6

Internal Use

Acceptance Criteria

Definition of Done

  • [ ] Tested against acceptance criteria
  • [ ] Tested against the assumptions of the user story
  • [ ] The project builds without errors
  • [ ] Unit tests are written and passing
  • [ ] Tests on devices/browsers listed in the issue have passed
  • [ ] QA performed & issues resolved
  • [ ] Refactoring completed
  • [ ] Any configuration or build changes documented
  • [ ] Documentation updated
  • [ ] Peer Code Review performed

kekkyojin avatar Aug 09 '22 12:08 kekkyojin