Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 282 Bytes

File metadata and controls

12 lines (6 loc) · 282 Bytes

SingleLiveEvent

Description

ValueNotifier that sends only new updates after subscription, used for events like navigation and Snackbar messages.

Adapted from SingleLiveEvent of android-architecture-sample

This software is released under the MIT License, see LICENSE.txt.