Skip to content

Conversation

@bradmartin
Copy link
Contributor

  • Renamed the android optional attributes and fixed statusbar code
  • added navigation bar option

@JoshDSommer JoshDSommer merged commit f02747d into JoshDSommer:master May 20, 2016
public resetAndroidTranslucentFlags(): void {
if (this._androidTranslucentStatusBar === true) {
let window = app.android.startActivity.getWindow();
window.clearFlags(LayoutParams.FLAG_TRANSLUCENT_STATUS);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this let window but up two lines or is window already available I'm getting a compiler error here.

@JoshDSommer
Copy link
Owner

Ah ok, how do i get the d.ts file for 19. that will come in handy my dts is specifically android17.d.ts

@JoshDSommer
Copy link
Owner

for the time being i cast them to any and they worked fine, so figured it was something like that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants