Ver código fonte

fixed crash on rotation on API19-

yattoz 4 anos atrás
pai
commit
9ea24e2e63

+ 1 - 0
app/src/main/java/fr/forum_thalie/tsumugi/ui/news/NewsFragment.kt Ver arquivo

@@ -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
         }