|
@@ -98,11 +98,11 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
|
|
|
),
|
|
|
trailing: Text(email.date.toString()),
|
|
|
onTap: () async {
|
|
|
- print('tapped');
|
|
|
+ // print('tapped');
|
|
|
String emailContent = await apiService
|
|
|
.fetchEmailContent([email.id]);
|
|
|
- print('content below');
|
|
|
- print(emailContent);
|
|
|
+ // print('content below');
|
|
|
+ // print(emailContent);
|
|
|
Navigator.push(
|
|
|
context,
|
|
|
MaterialPageRoute(
|