Skip to content

Commit

Permalink
Fix field access
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Aug 29, 2024
1 parent c303fd6 commit 9866b5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

public abstract class BaseAdminPreferencesFragment extends BasePreferencesFragment {

String projectId;
Settings adminSettings;
private String projectId;
private Settings adminSettings;

@Override
public void onAttach(@NonNull Context context) {
Expand Down

0 comments on commit 9866b5b

Please sign in to comment.