mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-20 16:55:17 +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