mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 22:24:56 -06:00
fix: Add custom fields, translations, add app logs to login routes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
bool isNotNull<T>(T element) {
|
||||
return element != null;
|
||||
}
|
||||
|
||||
bool isNull<T>(T element) {
|
||||
return element == null;
|
||||
}
|
||||
Reference in New Issue
Block a user