v2.5.0
This commit is contained in:
@@ -19,8 +19,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
resConfigs "ru", "zh-rCN"
|
resConfigs "ru", "zh-rCN"
|
||||||
versionCode 206
|
versionCode 207
|
||||||
versionName '2.4.6'
|
versionName '2.5.0'
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
|||||||
@@ -337,7 +337,8 @@ class RepeaterService : Service(), CoroutineScope, WifiP2pManager.ChannelListene
|
|||||||
DebugHelper.log(TAG, "P2P connection changed: $info\n$group")
|
DebugHelper.log(TAG, "P2P connection changed: $info\n$group")
|
||||||
when {
|
when {
|
||||||
!info.groupFormed || !info.isGroupOwner || !group.isGroupOwner -> {
|
!info.groupFormed || !info.isGroupOwner || !group.isGroupOwner -> {
|
||||||
if (routingManager != null) cleanLocked() // P2P shutdown, else other groups changing before start, ignore
|
if (routingManager != null) cleanLocked()
|
||||||
|
// P2P shutdown, else other groups changing before start, ignore
|
||||||
}
|
}
|
||||||
routingManager != null -> {
|
routingManager != null -> {
|
||||||
binder.group = group
|
binder.group = group
|
||||||
|
|||||||
Reference in New Issue
Block a user