TF-3977 Setup disable thread as default
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class ThreadDetailLocalDataSourceImpl implements ThreadDetailDataSource {
|
||||
Future<bool> getThreadDetailStatus() {
|
||||
return Future.sync(() async {
|
||||
final preferencesRoot = await _preferencesSettingManager.loadPreferences();
|
||||
return preferencesRoot.setting.spamReport.isEnabled;
|
||||
return preferencesRoot.setting.threadDetail.isEnabled;
|
||||
}).catchError(_exceptionThrower.throwException);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user