Skip to content

Commit fd7a787

Browse files
fix: refresh group tab sort order after subscription update from side sheet
1 parent 3399024 commit fd7a787

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

V2rayNG/app/src/main/java/com/v2ray/ang/ui/subscription/SubSettingActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ class SubSettingActivity : BaseActivity(),
190190
showSubUpdateDiffDialog(this@SubSettingActivity, result)
191191
}
192192
refreshData()
193+
com.v2ray.ang.handler.SettingsChangeManager.makeSetupGroupTab()
193194
hideLoading()
194195
}
195196
} catch (e: Exception) {

0 commit comments

Comments
 (0)