Skip to content

[FIX] Share Extension shows a server that has no user logged in - #4291

Closed
reinaldonetof wants to merge 2 commits into
developfrom
fix.share-extension-not-logged-in
Closed

[FIX] Share Extension shows a server that has no user logged in#4291
reinaldonetof wants to merge 2 commits into
developfrom
fix.share-extension-not-logged-in

Conversation

@reinaldonetof

@reinaldonetof reinaldonetof commented Jun 8, 2022

Copy link
Copy Markdown
Contributor

Proposed changes

Issue(s)

How to test or reproduce

1 - Start the process of logging in to a server by choosing one, but do not log in to any user account.
a - If this step is not done correctly, at step 4, the user will probably see the screen stating there is no server logged in.
2 - Minimize app
3 - Open Share Extension (by sharing something from the device's gallery)
4 - Try choosing a server to share the file to.

Screenshots

Before

Screen.Recording.2022-06-08.at.00.28.38.mov

After

Screen.Recording.2022-06-08.at.00.26.30.mov

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Documentation update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Further comments

@reinaldonetof reinaldonetof self-assigned this Jun 8, 2022
Comment thread app/lib/database/appGroup.ts Outdated
import { NativeModules } from 'react-native';

import { isIOS } from '../methods/helpers';
import { isIOS } from '../methods/helpers/deviceInfo';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Comment thread app/lib/database/index.ts Outdated
import logger from '@nozbe/watermelondb/utils/common/logger';

import { isIOS } from '../methods/helpers';
import { isIOS } from '../methods/helpers/deviceInfo';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants