Skip to content
Snippets Groups Projects

WIP: Reuse ui result handlers on orientation changes

Closed Ernir Erlingsson requested to merge 725-result-handler-rotation-fix into master

This issue encompasses a problem that has been with Android since the beginning: When a device is rotated the Activity is re-created which affects all context sensitive asynchronous tasks that are running.

I created a special type of event handler that has a mutable context to handle this case, so that a single callback can be used irrespective of the number of orientation changes.

Closes #725

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading