mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-11-03 11:44:18 +00:00
Continue to fix issues
This commit is contained in:
@@ -12,12 +12,12 @@ AdvancedGroupInfo? _forezGroup;
|
||||
|
||||
class ForezGroupHelper {
|
||||
static Future<void> setId(int groupID) async {
|
||||
(await PreferencesHelper.getInstance())!
|
||||
(await PreferencesHelper.getInstance())
|
||||
.setInt(PreferencesKeyList.FOREZ_GROUP, groupID);
|
||||
}
|
||||
|
||||
static Future<int?> getId() async {
|
||||
return (await PreferencesHelper.getInstance())!
|
||||
return (await PreferencesHelper.getInstance())
|
||||
.getInt(PreferencesKeyList.FOREZ_GROUP);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user