* commit 'd6c1870d434562a10e015915dd9da9f8a956661c': Fragement, or Fragment: that is the question
This commit is contained in:
@@ -574,12 +574,12 @@ final class FragmentManagerImpl extends FragmentManager {
|
||||
return null;
|
||||
}
|
||||
if (index >= mActive.size()) {
|
||||
throwException(new IllegalStateException("Fragement no longer exists for key "
|
||||
throwException(new IllegalStateException("Fragment no longer exists for key "
|
||||
+ key + ": index " + index));
|
||||
}
|
||||
Fragment f = mActive.get(index);
|
||||
if (f == null) {
|
||||
throwException(new IllegalStateException("Fragement no longer exists for key "
|
||||
throwException(new IllegalStateException("Fragment no longer exists for key "
|
||||
+ key + ": index " + index));
|
||||
}
|
||||
return f;
|
||||
|
||||
Reference in New Issue
Block a user