Skip to content

Commit

Permalink
Merge pull request shadowsocks#2483 from shadowsocks/fix-2481
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye authored Mar 29, 2020
2 parents f000125 + 5cdfbdc commit a2ae4b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ class SubscriptionService : Service(), CoroutineScope {
oldProfile
}
Profile.SubscriptionStatus.Obsolete -> {
toUpdate.add(oldProfile.id)
oldProfile.password = it.password
oldProfile.method = it.method
oldProfile.plugin = it.plugin
Expand Down

0 comments on commit a2ae4b8

Please sign in to comment.