mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 18:37:00 +01:00
Fix incorrect log message, s/favourite/bookmark/ (#3172)
This commit is contained in:
parent
f28252bfd5
commit
7d444d1f8c
@ -129,7 +129,7 @@ abstract class TimelineViewModel(
|
|||||||
timelineCases.bookmark(status.actionableId, bookmark).await()
|
timelineCases.bookmark(status.actionableId, bookmark).await()
|
||||||
} catch (t: Exception) {
|
} catch (t: Exception) {
|
||||||
ifExpected(t) {
|
ifExpected(t) {
|
||||||
Log.d(TAG, "Failed to favourite status " + status.actionableId, t)
|
Log.d(TAG, "Failed to bookmark status " + status.actionableId, t)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -210,7 +210,7 @@ class ViewThreadViewModel @Inject constructor(
|
|||||||
timelineCases.bookmark(status.actionableId, bookmark).await()
|
timelineCases.bookmark(status.actionableId, bookmark).await()
|
||||||
} catch (t: Exception) {
|
} catch (t: Exception) {
|
||||||
ifExpected(t) {
|
ifExpected(t) {
|
||||||
Log.d(TAG, "Failed to favourite status " + status.actionableId, t)
|
Log.d(TAG, "Failed to bookmark status " + status.actionableId, t)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user