1
0
Fork 0
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:
TacoTheDank 2021-07-21 19:31:41 -04:00
parent 63fdc100d6
commit 1d85661ab9
2 changed files with 5 additions and 5 deletions

View file

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