mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-24 18:43:59 +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) {
|
||||
BlankNote()
|
||||
} else if (!account.isAcceptable(noteForReports)) {
|
||||
} else if (!account.isAcceptable(noteForReports) && !showHiddenNote) {
|
||||
HiddenNote(
|
||||
account.getRelevantReports(noteForReports),
|
||||
account.userProfile(),
|
||||
|
Reference in New Issue
Block a user