From 8e01e8e45ae6faf950603a579069fe932724a37b Mon Sep 17 00:00:00 2001 From: Daniel Jalkut Date: Fri, 6 Sep 2019 09:13:09 -0400 Subject: [PATCH] Instantiate an RSAppMovementMonitor to track user movement of the application while running. Fixes #897. --- Mac/AppDelegate.swift | 1 + submodules/RSCore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index 5ccd8cae9..c5c12590e 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -63,6 +63,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, private var crashReportWindowController: CrashReportWindowController? // For testing only private let log = Log() private let appNewsURLString = "https://nnw.ranchero.com/feed.json" + private let appMovementMonitor = RSAppMovementMonitor() override init() { NSWindow.allowsAutomaticWindowTabbing = false diff --git a/submodules/RSCore b/submodules/RSCore index 89bcb8241..290b79dcd 160000 --- a/submodules/RSCore +++ b/submodules/RSCore @@ -1 +1 @@ -Subproject commit 89bcb8241afe59bb276c1e3bcfc83db6b4550c77 +Subproject commit 290b79dcd6156210dedddeb767164436ef9481e0