Skip to content
Permalink
Browse files
Merge pull request #9231 from Ebola16/ASW
Android: Remove unnecessary WrongConstant warning suppression
  • Loading branch information
lioncash committed Nov 9, 2020
2 parents add2b44 + cd52da9 commit 766fab2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
@@ -435,7 +435,6 @@ public void showOverlayControlsMenu(@NonNull View anchor)
popup.show();
}

@SuppressWarnings("WrongConstant")
@Override
public boolean onOptionsItemSelected(MenuItem item)
{
@@ -180,7 +180,6 @@ private void updatePauseUnpauseVisibility()
mPauseEmulation.setVisibility(paused ? View.GONE : View.VISIBLE);
}

@SuppressWarnings("WrongConstant")
@Override
public void onClick(View button)
{
@@ -95,7 +95,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa
return rootView;
}

@SuppressWarnings("WrongConstant")
@Override
public void onClick(View view)
{

0 comments on commit 766fab2

Please sign in to comment.