Skip to content

Commit

Permalink
If The Lint Doesn't Warn, Is The Method Really Not Found?
Browse files Browse the repository at this point in the history
- Fixes crash on < SDK 31 devices due to TypedArray not implementing
Closable until SDK 31. Why Lint didn't want me, I'll never know.
  • Loading branch information
wardellbagby committed Mar 15, 2022
1 parent b6fc05d commit 576045f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import android.view.Gravity
import android.view.View
import android.widget.ImageView
import android.widget.LinearLayout
import androidx.core.content.res.use
import androidx.core.view.updatePadding
import androidx.core.widget.TextViewCompat
import androidx.recyclerview.widget.LinearLayoutManager
Expand Down

0 comments on commit 576045f

Please sign in to comment.