File tree 2 files changed +2
-3
lines changed
app/src/main/java/com/ricknout/rugbyranker/ui
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package com.ricknout.rugbyranker.ui
3
3
import android.animation.LayoutTransition
4
4
import android.os.Bundle
5
5
import android.view.View
6
- import android.widget.LinearLayout
7
6
import androidx.appcompat.widget.TooltipCompat
8
7
import androidx.core.view.isVisible
9
8
import androidx.fragment.app.Fragment
@@ -144,7 +143,7 @@ class SportFragment : DaggerAndroidXFragment(R.layout.fragment_sport) {
144
143
}
145
144
}.attach()
146
145
// Animate showing/hiding of live tab icon
147
- (( tabLayout.getChildAt( 0 ) as ? LinearLayout )?.getChildAt( POSITION_LIVE ) as ? LinearLayout ) ?.layoutTransition = LayoutTransition ()
146
+ tabLayout.getTabAt( POSITION_LIVE )?.view ?.layoutTransition = LayoutTransition ()
148
147
}
149
148
150
149
private fun toggleLiveMatchesTabIcon (show : Boolean ) {
Original file line number Diff line number Diff line change 33
33
]
34
34
],
35
35
google : [
36
- material : ' 1.1.0-alpha10 ' ,
36
+ material : ' 1.1.0-beta01 ' ,
37
37
dagger : ' 2.24' ,
38
38
ossLicenses : [
39
39
ossLicenses : ' 17.0.0' ,
You can’t perform that action at this time.
0 commit comments