mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
Merge pull request #6253 from nextcloud/noNothingIfNoActivity
PreviewImageFragment: if we have no activity, do nothing
This commit is contained in:
commit
93d0875883
2 changed files with 0 additions and 5 deletions
|
@ -750,10 +750,6 @@ public class PreviewImageFragment extends FileFragment implements Injectable {
|
|||
}
|
||||
}
|
||||
).show();
|
||||
} else {
|
||||
Snackbar.make(mMultiListContainer,
|
||||
R.string.resized_image_not_possible,
|
||||
Snackbar.LENGTH_INDEFINITE).show();
|
||||
}
|
||||
} catch (IllegalArgumentException e) {
|
||||
Log_OC.d(TAG, e.getMessage());
|
||||
|
|
|
@ -642,7 +642,6 @@
|
|||
<string name="sync_in_progress">Fetching most recent version of the file.</string>
|
||||
<string name="date_unknown">Unknown</string>
|
||||
|
||||
<string name="resized_image_not_possible">No resized image available.</string>
|
||||
<string name="resized_image_not_possible_download">No resized image available. Download full image?</string>
|
||||
|
||||
<string name="store_short_desc">The self-hosted productivity platform that keeps you in control</string>
|
||||
|
|
Loading…
Reference in a new issue