Skip to content

Commit

Permalink
Removed redundant cast.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed May 26, 2018
1 parent 733b718 commit ef09ca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void onClick(final View v) {
*/
private void initializePreferenceInitialFragmentButton() {
Button preferenceInitialFragmentButton =
(Button) findViewById(R.id.preference_initial_fragment_button);
findViewById(R.id.preference_initial_fragment_button);
preferenceInitialFragmentButton
.setOnClickListener(createPreferenceInitialFragmentButtonListener());
}
Expand Down

0 comments on commit ef09ca2

Please sign in to comment.