Skip to content

Commit

Permalink
Remove wrong annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Mar 1, 2023
1 parent d33229a commit ccaf791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class ErrorPanelHelper(
*/
private fun showAndSetErrorButtonAction(
@StringRes resid: Int,
@Nullable listener: View.OnClickListener
listener: View.OnClickListener?
) {
errorActionButton.isVisible = true
errorActionButton.setText(resid)
Expand Down

0 comments on commit ccaf791

Please sign in to comment.