686970717273747576
themestack.push(theme); } private void popTheme() { ThemeStack themestack = (ThemeStack) stack.getContext().get(Theme.THEME_STACK); themestack.pop(); if (themestack.isEmpty()) stack.getContext().remove(Theme.THEME_STACK); } }