Merge pull request #6719 from TacoTheDank/core-lifecycle-bump

Update some AndroidX libraries
This commit is contained in:
Robin 2021-08-01 11:24:33 +02:00 committed by GitHub
commit 896aec5295
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);
}