diff --git a/README.md b/README.md index 9a74912..76a56e0 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ public class YourActivity extends AppCompatActivity { .setDelegate(new TaFragmentDelegate() { @Override public void recreate() { - recreate(); + YourActivity.this.recreate(); } @Override