Open decorativefamily opened 2 hours ago
Logs
Logs
@CodeWithTamim
Receiver issue, check the QSTileService
Receiver issue, check the QSTileService
I had to downgrade to version 1.9.11
override fun onStopListening() {
super.onStopListening()
try {
unregisterReceiver(mMsgReceive)
mMsgReceive = null
} catch (e: Exception) {
Log.d(ANG_PACKAGE, e.toString())
}
}
hello Version 1.9.12 crashes every few moments Even when the software is turned off @2dust @CodeWithTamim
After the last version of xray core is 24.11.5 @2dust
I have better solution
It is v2rayNG notification tile, When closing the notification drawer it crashs then restarts again on its own.
Was it helpful? Or you need the logs too
Temporary solution until the next update: Remove v2rayNG tile from the notification drawer.
hello Version 1.9.12 crashes every few moments Even when the software is turned off @2dust @CodeWithTamim