Skip to content
Snippets Groups Projects

Fix bug samsung A21s

Merged Ghost User requested to merge fix_bug_samsung_A21s into master

This MR is raised to resolve the bugs found in Samsung A21s. Both bugs were triggered at onStop() function. The onStop function is used to unregister the Broadcast Receiver.

Earlier, Broadcast receiver was created on onResume function and removed on onStop. Although, it was working fine on other devices. After some research, I found that all Broadcast Receiver should be created on onStart function as per Android official documentation. https://developer.android.com/guide/components/activities/process-lifecycle

I have made the required changes in this MR. I hope, this fix can resolve the bugs on Samsung A21s.

Fix #44 (closed) #45

Edited by Toni Beier

Merge request reports

Pipeline #45049 passed

Pipeline passed for f2c5c967 on fix_bug_samsung_A21s

Merged by Toni BeierToni Beier 3 years ago (Jun 22, 2021 8:30am UTC)

Merge details

Pipeline #45097 passed

Pipeline passed for f081af68 on master

Activity

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