mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-01 23:33:54 +01:00
fixes blank screen decrepancy when sharing items from external apps (#5345)
* fixes blank screen decrepancy when sharing items from external apps * reverts comment removal
This commit is contained in:
parent
f13085147f
commit
64652b987d
3 changed files with 50 additions and 15 deletions
|
|
@ -8,6 +8,7 @@ public interface Constants {
|
|||
*/
|
||||
interface RequestCodes {
|
||||
int LOCATION = 1;
|
||||
int STORAGE = 2;
|
||||
int FILE_PICKER_IMAGE_IDENTIFICATOR = 0b1101101100; //876
|
||||
int SOURCE_CHOOSER = 1 << 15;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue