25-2/24/1

This commit is contained in:
Hamza-Ayed
2025-02-24 23:38:01 +03:00
parent 5f53461b34
commit d41314cfed
64 changed files with 1180 additions and 494 deletions

View File

@@ -125,7 +125,7 @@ class HelpCaptain extends StatelessWidget {
.helpQuestionDate['message'][index];
return CupertinoListTile(
title: Text(
encryptionHelper
EncryptionHelper.instance
.decryptData(list['helpQuestion']),
overflow: TextOverflow.ellipsis,
),
@@ -143,9 +143,9 @@ class HelpCaptain extends StatelessWidget {
),
onTap: () {
helpController.getIndex(
int.parse(encryptionHelper
int.parse(EncryptionHelper.instance
.decryptData(list['id'])),
encryptionHelper
EncryptionHelper.instance
.decryptData(list['helpQuestion']));
helpController
.getHelpRepley(list['id'].toString());