mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-28 09:50:59 +01:00
(マストドン2.4以降)非公開トゥートのブースト
This commit is contained in:
parent
c527f70a67
commit
fc5a1d7a83
@ -78,13 +78,14 @@ internal class StatusButtons(
|
||||
R.attr.ic_mail,
|
||||
""
|
||||
)
|
||||
TootStatus.VISIBILITY_PRIVATE == status.visibility -> setButton(
|
||||
btnBoost,
|
||||
false,
|
||||
color_accent,
|
||||
R.attr.ic_lock,
|
||||
""
|
||||
)
|
||||
// マストドン2.4.0から非公開トゥートもブーストできるようになった
|
||||
// TootStatus.VISIBILITY_PRIVATE == status.visibility -> setButton(
|
||||
// btnBoost,
|
||||
// false,
|
||||
// color_accent,
|
||||
// R.attr.ic_lock,
|
||||
// ""
|
||||
// )
|
||||
activity.app_state.isBusyBoost(access_info, status) -> setButton(
|
||||
btnBoost,
|
||||
false,
|
||||
|
Loading…
Reference in New Issue
Block a user