mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
fix(android): nested fragment disappears on parent fragment removal (#6677)
This commit is contained in:
@ -164,6 +164,12 @@
|
||||
public verticalAlignment: VerticalAlignment;
|
||||
}
|
||||
|
||||
export class FragmentBase extends android.support.v4.app.Fragment {
|
||||
constructor();
|
||||
|
||||
public getRemovingParentFragment(): android.support.v4.app.Fragment;
|
||||
}
|
||||
|
||||
export enum Stretch {
|
||||
none,
|
||||
aspectFill,
|
||||
|
Reference in New Issue
Block a user