fix: Minor desktop fixes
This commit is contained in:
parent
65baf17db8
commit
94917a41c9
5 changed files with 21 additions and 7 deletions
|
|
@ -310,7 +310,7 @@ class MatrixState extends State<Matrix> {
|
|||
final Set verificationMethods = <KeyVerificationMethod>{
|
||||
KeyVerificationMethod.numbers
|
||||
};
|
||||
if (PlatformInfos.isMobile) {
|
||||
if (PlatformInfos.isMobile || (!kIsWeb && Platform.isLinux)) {
|
||||
// emojis don't show in web somehow
|
||||
verificationMethods.add(KeyVerificationMethod.emoji);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue