ricardoalcocer / actionbarextras

Titanium Android Native Module that exposes ActionBar features not exposed by the Titanium SDK
MIT License
148 stars 61 forks source link

allow to unset window #120

Closed drauggres closed 7 years ago

drauggres commented 7 years ago
const abx = require('com.alcoapps.actionbarextras');
abx.setWindow(null);
manumaticx commented 7 years ago

thx