Refinements

This commit is contained in:
Mygod
2018-07-28 20:12:04 +08:00
parent 4e127bfcb7
commit df03665816
3 changed files with 7 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ class RepeaterService : Service(), WifiP2pManager.ChannelListener, SharedPrefere
p2pManager = getSystemService()!!
onChannelDisconnected()
app.pref.registerOnSharedPreferenceChangeListener(this)
} catch (exc: KotlinNullPointerException) {
} catch (exc: RuntimeException) {
exc.printStackTrace()
Crashlytics.logException(exc)
}