Skip to content

Commit

Permalink
add : sort troop setting view GroupAppInfoListView(GroupFileView) to top
Browse files Browse the repository at this point in the history
Signed-off-by: suzhelan <[email protected]>
  • Loading branch information
suzhelan committed Dec 1, 2023
1 parent dadd220 commit a9cbdc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public void afterHookedMethod(XC_MethodHook.MethodHookParam param) throws Throwa
LinearLayout rootView = FieIdUtils.getFirstField(param.thisObject, LinearLayout.class);
int troopInfoTextIndex = 0;
View troopAppListView = null;
// View[] views = FieIdUtils.getFirstField(param.thisObject, View[].class);//过于复杂 不如不用

for (int i = 0; i < rootView.getChildCount(); i++) {
View child = rootView.getChildAt(i);
if (child instanceof TextView) {
Expand Down
2 changes: 1 addition & 1 deletion libs/LSPlant

0 comments on commit a9cbdc2

Please sign in to comment.