Unverified Commit a2ae4b8a authored by Max Lv's avatar Max Lv Committed by GitHub

Merge pull request #2483 from shadowsocks/fix-2481

Fix #2481
parents f0001259 5cdfbdcb
...@@ -183,6 +183,7 @@ class SubscriptionService : Service(), CoroutineScope { ...@@ -183,6 +183,7 @@ class SubscriptionService : Service(), CoroutineScope {
oldProfile oldProfile
} }
Profile.SubscriptionStatus.Obsolete -> { Profile.SubscriptionStatus.Obsolete -> {
toUpdate.add(oldProfile.id)
oldProfile.password = it.password oldProfile.password = it.password
oldProfile.method = it.method oldProfile.method = it.method
oldProfile.plugin = it.plugin oldProfile.plugin = it.plugin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment