Browse Source

stop widget service when disconnect from app

Khubaib 1 year ago
parent
commit
9db17e1e1f

+ 3 - 3
app/src/main/java/com/vpn/fastestvpnservice/utils/VPNConnectionsUtil.kt

@@ -506,9 +506,9 @@ class VPNConnectionsUtil: VpnStatus.StateListener {
                 }
             }
 
-//            val widgetIntent = Intent(context, SimpleAppWidget::class.java)
-//            widgetIntent.action = SimpleAppWidget.ACTION_STOP_SERVICE
-//            context.sendBroadcast(widgetIntent)
+            val widgetIntent = Intent(context, SimpleAppWidget::class.java)
+            widgetIntent.action = SimpleAppWidget.ACTION_STOP_SERVICE
+            context.sendBroadcast(widgetIntent)
 
         } catch (e: Exception) {
             e.printStackTrace()