* Don't crash attempting to get desc from menu stack
* Remove ring buffer monitor at WFC exit
This commit is contained in:
@@ -103,6 +103,10 @@ exports.getModule = class WaitingForCallerModule extends MenuModule {
|
||||
}
|
||||
|
||||
leave() {
|
||||
_.remove(Log.log.streams, stream => {
|
||||
return stream.name === 'wfc-ringbuffer';
|
||||
});
|
||||
|
||||
this._stopRefreshing();
|
||||
|
||||
super.leave();
|
||||
|
||||
Reference in New Issue
Block a user