Fix flashing icons

This commit is contained in:
Mygod
2019-01-06 01:43:19 +08:00
parent e6943c69dd
commit 8b7b0b0b3e
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ class LocalOnlyHotspotService : IpNeighbourMonitoringService() {
SmartSnackbar.make(message).show()
startFailure()
}
}, app.handler)
}, null)
} catch (e: IllegalStateException) {
Timber.w(e)
SmartSnackbar.make(e).show()