mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 03:15:48 -06:00
Changed application id, fixed network address lookup in login page
This commit is contained in:
@@ -2,7 +2,7 @@ import 'dart:convert';
|
||||
import 'dart:math';
|
||||
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:flutter_paperless_mobile/core/type/json.dart';
|
||||
import 'package:paperless_mobile/core/type/json.dart';
|
||||
|
||||
Future<T> loadOne<T>(String filePath, T Function(JSON) transformFn, int? id) async {
|
||||
if (id != null) {
|
||||
|
||||
Reference in New Issue
Block a user