Skip to content

Commit

Permalink
Fix bug in dot online on search
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev4Mod committed May 15, 2024
1 parent 18820b1 commit 875f5eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
shapeDrawable.setIntrinsicHeight(20);
shapeDrawable.setIntrinsicWidth(20);
imageView.setImageDrawable(shapeDrawable);
imageView.setVisibility(View.VISIBLE);
imageView.setVisibility(View.INVISIBLE);
relativeLayout.addView(imageView);


Expand Down

0 comments on commit 875f5eb

Please sign in to comment.