Skip to content

Commit

Permalink
fix(android): Removed unused fragment parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Feb 23, 2025
1 parent cafe8fe commit 8996d62
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

import com.breautek.fuse.views.SplashLoaderView;

import java.util.Objects;

/**
* A simple {@link Fragment} subclass.
* Use the {@link FuseFragment#newInstance} factory method to
Expand All @@ -34,11 +32,6 @@
public class FuseFragment extends Fragment {
public static final String LOG_TAG = "FuseFragment";

// TODO: Rename parameter arguments, choose names that match
// the fragment initialization parameters, e.g. ARG_ITEM_NUMBER
private static final String ARG_PARAM1 = "param1";
private static final String ARG_PARAM2 = "param2";

private FuseContext $fuseContext;
private FuseContext.IReadyCallback $fuseCB;

Expand Down

0 comments on commit 8996d62

Please sign in to comment.