File tree Expand file tree Collapse file tree
src/main/java/org/schabi/newpipe/player/helper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ dependencies {
202202 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
203203 implementation ' androidx.core:core-ktx:1.8.0'
204204 implementation ' androidx.documentfile:documentfile:1.0.1'
205- implementation ' androidx.fragment:fragment-ktx:1.3.6 '
205+ implementation ' androidx.fragment:fragment-ktx:1.4.1 '
206206 implementation " androidx.lifecycle:lifecycle-livedata:${ androidxLifecycleVersion} "
207207 implementation " androidx.lifecycle:lifecycle-viewmodel:${ androidxLifecycleVersion} "
208208 implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
Original file line number Diff line number Diff line change 1111import android .graphics .drawable .LayerDrawable ;
1212import android .os .Bundle ;
1313import android .util .Log ;
14- import android .view .LayoutInflater ;
1514import android .view .View ;
1615import android .widget .CheckBox ;
1716import android .widget .SeekBar ;
@@ -149,7 +148,7 @@ public Dialog onCreateDialog(@Nullable final Bundle savedInstanceState) {
149148 assureCorrectAppLanguage (getContext ());
150149 Icepick .restoreInstanceState (this , savedInstanceState );
151150
152- binding = DialogPlaybackParameterBinding .inflate (LayoutInflater . from ( getContext () ));
151+ binding = DialogPlaybackParameterBinding .inflate (getLayoutInflater ( ));
153152 initUI ();
154153
155154 final AlertDialog .Builder dialogBuilder = new AlertDialog .Builder (requireActivity ())
You can’t perform that action at this time.
0 commit comments