getTopContext method

Context getTopContext()

Implementation

Context getTopContext() {
  return stack.last;
}