Skip to content

Commit

Permalink
fix: crash for LaunchActivity
Browse files Browse the repository at this point in the history
Signed-off-by: qwq233 <qwq233@qwq2333.top>
  • Loading branch information
qwq233 committed Jul 1, 2024
1 parent 118b11b commit a3d467a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,12 @@ protected void onDraw(Canvas canvas) {
themeSwitchSunDrawable.draw(canvas);
invalidate();
}
frameLayout.addView(themeSwitchSunView, LayoutHelper.createFrame(48, 48));
themeSwitchSunView.setVisibility(View.GONE);
}
};
frameLayout.addView(themeSwitchSunView, LayoutHelper.createFrame(48, 48));
themeSwitchSunView.setVisibility(View.GONE);
frameLayout.addView(themeSwitchSunView, LayoutHelper.createFrame(48, 48));
themeSwitchSunView.setVisibility(View.GONE);
frameLayout.addView(fireworksOverlay = new FireworksOverlay(this) {
{
setVisibility(GONE);
Expand Down

0 comments on commit a3d467a

Please sign in to comment.