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 2, 2023
1 parent d33229a commit 350be8c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import android.util.Log
import android.view.View
import android.widget.Button
import android.widget.TextView
import androidx.annotation.Nullable
import androidx.annotation.StringRes
import androidx.core.view.isVisible
import androidx.fragment.app.Fragment
Expand Down Expand Up @@ -144,7 +143,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 350be8c

Please sign in to comment.