소스 검색

fixed crash on rotation on API19-

yattoz 5 년 전
부모
커밋
9ea24e2e63
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/main/java/fr/forum_thalie/tsumugi/ui/news/NewsFragment.kt

+ 1 - 0
app/src/main/java/fr/forum_thalie/tsumugi/ui/news/NewsFragment.kt 파일 보기

@@ -90,6 +90,7 @@ class NewsFragment : Fragment() {
90 90
             100
91 91
 
92 92
         if (newsViewModel.screenRatio != newRatio) {
93
+            if (Build.VERSION.SDK_INT > Build.VERSION_CODES.KITKAT)
93 94
             newsViewModel.fetch((newsViewModel.root as SwipeRefreshLayout), viewAdapter, context!!)
94 95
             newsViewModel.screenRatio = newRatio
95 96
         }