mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Exclude some more app state preferences from backups
This commit is contained in:
		@@ -13,7 +13,7 @@ class GetApplicationRelease(
 | 
			
		||||
) {
 | 
			
		||||
 | 
			
		||||
    private val lastChecked: Preference<Long> by lazy {
 | 
			
		||||
        preferenceStore.getLong("last_app_check", 0)
 | 
			
		||||
        preferenceStore.getLong(Preference.appStateKey("last_app_check"), 0)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    suspend fun await(arguments: Arguments): Result {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user