Skip to content

Commit 9ab23f4

Browse files
committed
locker : make fingerprint sensor signals count as activity
This causes the locker widgets to pop out when something happens with fprintd, wether successful or not.
1 parent 0d3d68e commit 9ab23f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/locker/plugin/fingerprint.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ void WayfireLockerFingerprintPlugin::start_fingerprint_scanning()
199199
return; // Skip close-down messages
200200
}
201201

202+
// count this as activity and show the widgets if hidden
203+
for (auto pair : WayfireLockerApp::get().window_list)
204+
{
205+
pair.second->window_activity();
206+
}
207+
202208
if (signal_name == "VerifyStatus")
203209
{
204210
Glib::Variant<Glib::ustring> mesg;

0 commit comments

Comments
 (0)