Skip to content

Commit be0ba0f

Browse files
committed
Removed temp data
1 parent 56ebac5 commit be0ba0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/tokenpage/TokenPageViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class TokenPageViewModel @Inject constructor(
215215
viewModelScope.launch {
216216
// if the data isn't stale then we don't need to refresh it, instead we fake a small wait
217217
try {
218-
if (!tokenDataManager.fetchInfoDataIfNeeded(tempDebug = true)) {
218+
if (!tokenDataManager.fetchInfoDataIfNeeded()) {
219219
// If there is no fresh server data then we'll update the UI elements to show their loading
220220
// state for half a second then put them back as they were.
221221
showLoading()

0 commit comments

Comments
 (0)