Merge pull request #6719 from TacoTheDank/core-lifecycle-bump
Update some AndroidX libraries
This commit is contained in:
commit
896aec5295
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