diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/net/DhcpWorkaround.kt b/mobile/src/main/java/be/mygod/vpnhotspot/net/DhcpWorkaround.kt index a56a401b..2d2875e3 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/net/DhcpWorkaround.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/net/DhcpWorkaround.kt @@ -32,6 +32,9 @@ object DhcpWorkaround : SharedPreferences.OnSharedPreferenceChangeListener { e.result.err.joinToString("\n") == "RTNETLINK answers: File exists") return Timber.w(e) SmartSnackbar.make(e).show() + } catch (e: Exception) { + Timber.w(e) + SmartSnackbar.make(e).show() } }