TF-1363: [Presentation] Implement disable and enable spam report
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ class SharePreferenceSpamReportDataSource extends SpamReportDataSource {
|
||||
}
|
||||
|
||||
@override
|
||||
Future<bool> deletestoreSpamReportState() async {
|
||||
Future<bool> deleteSpamReportState() async {
|
||||
return await _sharedPreferences.remove(MailboxDashboardConstant.keySpamReportState);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user