Del-S / WearFingerprint

WearFingerprint
1 stars 0 forks source link

ScanActivity creates multiple jobs (multiple threads) #29

Closed Del-S closed 6 years ago

Del-S commented 6 years ago

Fix up to create only single job. Maybe when Application is started? Or cancel it somehow?

Del-S commented 6 years ago

Problem was with TileView. It creates 4 threads for moving with the map. Fixed by call map.destroy() when map is destroyed.

Completed in: 9ab76ae