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:
Srishti Rohatgi 2023-10-18 08:46:33 +05:30 committed by GitHub
parent f13085147f
commit 64652b987d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 15 deletions

View file

@ -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;