Bug Fix - Fixed the order of subscription import

Subscription server list should not be reversed when it is being imported. Fixed this problem.
This commit is contained in:
Programmer
2023-04-03 04:12:01 +03:30
committed by GitHub
parent 838941c6a4
commit ec7ba59528
@@ -756,6 +756,7 @@ object AngConfigManager {
var count = 0
servers.lines()
.reversed()
.forEach {
val resId = importConfig(it, subid, removedSelectedServer)
if (resId == 0) {