Skip to content

Commit

Permalink
Do not use wildcard imports
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Apr 21, 2023
1 parent 06cfb99 commit 24295e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import android.content.Context
import android.content.res.Configuration
import android.os.Build
import android.view.View
import java.util.*
import java.util.Locale

interface LocalizedApplication {

Expand Down

0 comments on commit 24295e8

Please sign in to comment.