pull/605/head
jhengazuji 4 months ago
parent 84c1488774
commit d90ca3f19e
  1. 1
      app/build.gradle
  2. 2
      app/src/main/java/com/fongmi/android/tv/ui/custom/ProgressLayout.java

@ -95,6 +95,7 @@ dependencies {
implementation 'androidx.core:core-splashscreen:1.2.0'
implementation 'androidx.media:media:1.7.1'
implementation 'androidx.palette:palette:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation 'androidx.room:room-runtime:2.8.3'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'cat.ereza:customactivityoncrash:2.4.0'

@ -132,6 +132,6 @@ public class ProgressLayout extends RelativeLayout {
}
private void hideView(View view) {
view.setVisibility(GONE);
view.setVisibility(INVISIBLE);
}
}

Loading…
Cancel
Save