accidentaly committed some print statements
This commit is contained in:
parent
1db462ec8e
commit
89597b6d2b
@ -98,11 +98,11 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
|
|||||||
),
|
),
|
||||||
trailing: Text(email.date.toString()),
|
trailing: Text(email.date.toString()),
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
print('tapped');
|
// print('tapped');
|
||||||
String emailContent = await apiService
|
String emailContent = await apiService
|
||||||
.fetchEmailContent([email.id]);
|
.fetchEmailContent([email.id]);
|
||||||
print('content below');
|
// print('content below');
|
||||||
print(emailContent);
|
// print(emailContent);
|
||||||
Navigator.push(
|
Navigator.push(
|
||||||
context,
|
context,
|
||||||
MaterialPageRoute(
|
MaterialPageRoute(
|
||||||
|
Loading…
Reference in New Issue
Block a user