mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-22 08:04:22 +01:00
Bug fixed: crash from Google Play
This commit is contained in:
@@ -77,7 +77,8 @@ public class UARTConfigurationSynchronizer {
|
||||
* Closes the synchronizer.
|
||||
*/
|
||||
public void close() {
|
||||
mGoogleApiClient.disconnect();
|
||||
if (mGoogleApiClient != null)
|
||||
mGoogleApiClient.disconnect();
|
||||
mGoogleApiClient = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user