v2.5.0
This commit is contained in:
@@ -19,8 +19,8 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
resConfigs "ru", "zh-rCN"
|
||||
versionCode 206
|
||||
versionName '2.4.6'
|
||||
versionCode 207
|
||||
versionName '2.5.0'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
||||
@@ -337,7 +337,8 @@ class RepeaterService : Service(), CoroutineScope, WifiP2pManager.ChannelListene
|
||||
DebugHelper.log(TAG, "P2P connection changed: $info\n$group")
|
||||
when {
|
||||
!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 -> {
|
||||
binder.group = group
|
||||
|
||||
Reference in New Issue
Block a user