Skip to content

Commit

Permalink
Clean up unused newInstance method in ConfigFragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MewX committed Jul 30, 2024
1 parent cf615f8 commit 3d4276e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
import java.util.Objects;

public class ConfigFragment extends Fragment {

public static ConfigFragment newInstance() {
return new ConfigFragment();
}

public ConfigFragment() {
// Required empty public constructor
}
Expand Down

0 comments on commit 3d4276e

Please sign in to comment.