Sander van Grieken
3947733d9f
android: don't keep adding BarcodeScannerView instances to contentFrame when starting camera
...
When putting app to background with qr scanner active, then moved to foreground again,
SimpleScannerActivity instance is not destroyed, but the local mScannerView was re-initialized
with a new instance (through startCamera()) regardless of pre-existing instance, and added to
the contentFrame. This leaves the previous mScannerView instance in limbo, potentially getting
garbage collected at unpredictable times.
2025-07-22 10:16:02 +02:00
..
2025-05-29 15:31:27 +00:00
2025-07-22 10:16:02 +02:00
2025-07-21 02:40:17 +00:00
2025-07-14 21:46:08 +00:00
2025-07-21 02:40:17 +00:00
2025-07-15 12:30:06 +00:00
2025-06-15 18:25:42 +00:00
2025-07-08 14:02:52 +00:00
2025-07-18 16:44:15 +00:00
2025-06-09 19:34:34 +00:00
2025-07-20 18:14:59 +02:00
2025-05-29 18:41:28 +00:00
2025-05-21 09:52:57 +02:00
2025-06-03 18:58:05 +00:00
2025-07-15 14:03:48 +00:00
2025-05-21 18:41:25 +00:00
2025-05-16 17:09:41 +02:00
2025-07-08 13:35:57 +00:00
2025-07-07 13:54:11 +00:00
2025-07-18 14:16:30 +00:00
2025-05-19 10:49:30 +02:00
2025-07-15 14:03:48 +00:00
2025-05-28 10:42:59 +02:00
2025-05-30 14:36:12 +02:00
2025-06-30 09:34:05 +02:00
2025-06-03 10:06:39 +02:00
2025-05-21 16:09:17 +00:00
2025-05-20 10:08:36 +02:00
2025-05-21 11:35:08 +02:00
2025-07-15 22:35:21 +00:00
2025-07-09 10:32:05 +02:00
2025-07-04 16:28:47 +08:00
2025-05-29 14:57:58 +00:00
2025-05-20 17:34:48 +02:00
2025-07-18 14:16:30 +00:00
2025-05-20 10:08:36 +02:00
2025-05-16 17:09:41 +02:00
2025-06-10 16:14:04 +02:00
2025-06-19 11:23:57 +02:00
2025-07-21 13:50:35 +00:00
2025-07-15 14:03:48 +00:00
2025-07-18 10:17:12 +02:00
2025-05-15 19:35:15 +00:00
2025-07-04 16:28:47 +08:00
2025-07-08 14:02:52 +00:00
2025-07-14 12:53:56 +00:00
2025-07-15 22:35:21 +00:00
2025-07-15 14:46:41 +00:00
2025-07-15 14:03:48 +00:00
2025-07-18 11:49:50 +00:00
2025-07-21 03:33:43 +00:00