Commit 5e6bcb6
fix(android): remove duplicate unbindService call in onDestroy
The service is already unbound in onStop(), so calling unbindService()
again in onDestroy() causes "Service not registered" error. Remove the
duplicate unbind call since onStop() is called before onDestroy().
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent b1a1fea commit 5e6bcb6
1 file changed
Lines changed: 0 additions & 8 deletions
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | 167 | | |
176 | 168 | | |
177 | 169 | | |
| |||
0 commit comments