We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ebac5 commit be0ba0fCopy full SHA for be0ba0f
app/src/main/java/org/thoughtcrime/securesms/tokenpage/TokenPageViewModel.kt
@@ -215,7 +215,7 @@ class TokenPageViewModel @Inject constructor(
215
viewModelScope.launch {
216
// if the data isn't stale then we don't need to refresh it, instead we fake a small wait
217
try {
218
- if (!tokenDataManager.fetchInfoDataIfNeeded(tempDebug = true)) {
+ if (!tokenDataManager.fetchInfoDataIfNeeded()) {
219
// If there is no fresh server data then we'll update the UI elements to show their loading
220
// state for half a second then put them back as they were.
221
showLoading()
0 commit comments