mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +08:00
Fix quick actions and Share to
This commit is contained in:
@ -162,7 +162,7 @@ class _JournalAppState extends State<JournalApp> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
|
||||
if (!Platform.isAndroid || !Platform.isIOS) {
|
||||
if (!Platform.isAndroid && !Platform.isIOS) {
|
||||
return;
|
||||
}
|
||||
|
||||
@ -210,7 +210,7 @@ class _JournalAppState extends State<JournalApp> {
|
||||
}
|
||||
|
||||
void _initShareSubscriptions() {
|
||||
if (!Platform.isAndroid || !Platform.isIOS) {
|
||||
if (!Platform.isAndroid && !Platform.isIOS) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user