refactor: better naming
This commit is contained in:
@@ -39,11 +39,11 @@ export class AccountMenuState {
|
||||
notesAndTagsCount: computed
|
||||
});
|
||||
|
||||
this.addAppEventObserver();
|
||||
this.addAppLaunchedEventObserver();
|
||||
this.streamNotesAndTags();
|
||||
}
|
||||
|
||||
addAppEventObserver = (): void => {
|
||||
addAppLaunchedEventObserver = (): void => {
|
||||
this.appEventListeners.push(
|
||||
this.application.addEventObserver(async () => {
|
||||
runInAction(() => {
|
||||
|
||||
Reference in New Issue
Block a user