Skip to content

Commit

Permalink
Add access modifier to some attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jun 19, 2019
1 parent 5a58514 commit 5e79c1b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ public class MainActivity extends AppCompatActivity {

private static boolean isLoad = false;

boolean isBackPressedTwice = false;
private boolean isBackPressedTwice = false;

public static RecyclerView ruleList;
LinearLayout emptyTextLayout;
private LinearLayout emptyTextLayout;

RuleAdapter adapter;
private RuleAdapter adapter;

@Override
protected void onCreate(Bundle savedInstanceState) {
Expand Down

0 comments on commit 5e79c1b

Please sign in to comment.