TF-1363: [Presentation] Implement disable and enable spam report
This commit is contained in:
@@ -15,7 +15,7 @@ class SpamReportBannerWidget extends StatelessWidget {
|
||||
final _imagePaths = Get.find<ImagePaths>();
|
||||
|
||||
return Obx(() {
|
||||
if (_spamReportController.notShowSpamReportBanner) {
|
||||
if (!_spamReportController.enableSpamReport || _spamReportController.notShowSpamReportBanner) {
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
return Container(
|
||||
|
||||
Reference in New Issue
Block a user