Merge pull request #9231 from Ebola16/ASW
Android: Remove unnecessary WrongConstant warning suppression
This commit is contained in:
commit
766fab2561
|
@ -435,7 +435,6 @@ public final class EmulationActivity extends AppCompatActivity
|
|||
popup.show();
|
||||
}
|
||||
|
||||
@SuppressWarnings("WrongConstant")
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(MenuItem item)
|
||||
{
|
||||
|
|
|
@ -180,7 +180,6 @@ public final class MenuFragment extends Fragment implements View.OnClickListener
|
|||
mPauseEmulation.setVisibility(paused ? View.GONE : View.VISIBLE);
|
||||
}
|
||||
|
||||
@SuppressWarnings("WrongConstant")
|
||||
@Override
|
||||
public void onClick(View button)
|
||||
{
|
||||
|
|
|
@ -95,7 +95,6 @@ public final class SaveLoadStateFragment extends Fragment implements View.OnClic
|
|||
return rootView;
|
||||
}
|
||||
|
||||
@SuppressWarnings("WrongConstant")
|
||||
@Override
|
||||
public void onClick(View view)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue