Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add SortTroopSettingAppListView #699

Closed
wants to merge 9 commits into from
6 changes: 5 additions & 1 deletion app/src/main/java/io/github/qauxv/dsl/FunctionEntryRouter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
package io.github.qauxv.dsl

import io.github.qauxv.base.IUiItemAgentProvider
import io.github.qauxv.dsl.func.*
import io.github.qauxv.dsl.func.FragmentDescription
import io.github.qauxv.dsl.func.IDslItemNode
import io.github.qauxv.dsl.func.IDslParentNode
import io.github.qauxv.dsl.func.RootFragmentDescription
import io.github.qauxv.dsl.func.UiItemAgentDescription
import io.github.qauxv.fragment.AboutFragment
import io.github.qauxv.fragment.BackupRestoreConfigFragment
import io.github.qauxv.fragment.PendingFunctionFragment
Expand Down
2 changes: 1 addition & 1 deletion libs/LSPlant
Loading