am a347ece5: Merge "Fix typo in comment of FragmentTransaction"
* commit 'a347ece5a77d4b695af6255d751d98dbb519ad74': Fix typo in comment of FragmentTransaction
This commit is contained in:
@@ -106,7 +106,7 @@ public abstract class FragmentTransaction {
|
||||
public abstract FragmentTransaction detach(Fragment fragment);
|
||||
|
||||
/**
|
||||
* Re-attach a fragment after it had previously been deatched from
|
||||
* Re-attach a fragment after it had previously been detached from
|
||||
* the UI with {@link #detach(Fragment)}. This
|
||||
* causes its view hierarchy to be re-created, attached to the UI,
|
||||
* and displayed.
|
||||
|
||||
Reference in New Issue
Block a user