mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-04 18:29:26 +02:00
Update some AndroidX libraries
This commit is contained in:
parent
63fdc100d6
commit
1d85661ab9
2 changed files with 5 additions and 5 deletions
|
@ -402,7 +402,7 @@ public class MainActivity extends AppCompatActivity {
|
|||
new Handler(Looper.getMainLooper()).postDelayed(() -> {
|
||||
getSupportFragmentManager().popBackStack(null,
|
||||
FragmentManager.POP_BACK_STACK_INCLUSIVE);
|
||||
recreate();
|
||||
ActivityCompat.recreate(MainActivity.this);
|
||||
}, 300);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue