Skip to content

Commit

Permalink
- support 高刷新率
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang committed Jun 22, 2020
1 parent 9183271 commit e8e0fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract class LBaseActivity<V : ViewBinding> : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
setTheme(intentTheme)

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {

val display = window.windowManager.defaultDisplay

Expand Down

0 comments on commit e8e0fc5

Please sign in to comment.