mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-16 16:12:33 -06:00
fix: Fixed saved views bug, formatted files, minor changes
This commit is contained in:
@@ -41,5 +41,7 @@ class ThemeModeAdapter extends TypeAdapter<ThemeMode> {
|
||||
@override
|
||||
bool operator ==(Object other) =>
|
||||
identical(this, other) ||
|
||||
other is ThemeModeAdapter && runtimeType == other.runtimeType && typeId == other.typeId;
|
||||
other is ThemeModeAdapter &&
|
||||
runtimeType == other.runtimeType &&
|
||||
typeId == other.typeId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user