Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix: Import missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored Feb 27, 2024
1 parent 37dd8e6 commit 6103e5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import android.widget.ImageView;
import android.widget.LinearLayout;

Expand Down

1 comment on commit 6103e5d

@rufusin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Del - import android.widget.LinearLayout;

Please sign in to comment.