fix(android): nested fragment disappears on parent fragment removal (#6677)

This commit is contained in:
Manol Donev
2018-12-12 14:16:10 +02:00
committed by GitHub
parent 43dddbbbc3
commit c084660d0b
6 changed files with 43 additions and 20 deletions

View File

@ -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,