mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 03:17:05 +02:00
Fixes the "Show Anyway" button not working in the first element of the Thread view
This commit is contained in:
@@ -163,7 +163,7 @@ fun NoteMaster(baseNote: Note, accountViewModel: AccountViewModel, navController
|
|||||||
|
|
||||||
if (note?.event == null) {
|
if (note?.event == null) {
|
||||||
BlankNote()
|
BlankNote()
|
||||||
} else if (!account.isAcceptable(noteForReports)) {
|
} else if (!account.isAcceptable(noteForReports) && !showHiddenNote) {
|
||||||
HiddenNote(
|
HiddenNote(
|
||||||
account.getRelevantReports(noteForReports),
|
account.getRelevantReports(noteForReports),
|
||||||
account.userProfile(),
|
account.userProfile(),
|
||||||
|
Reference in New Issue
Block a user