This commit is contained in:
blankie 2022-11-26 19:04:55 +07:00
parent 4360df4943
commit 6fcafc1407
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class PickActivity extends Activity {
Intent newIntent = new Intent(Intent.ACTION_GET_CONTENT);
newIntent.addCategory(Intent.CATEGORY_OPENABLE)
// from Telegram ax, why not?
// from Telegram X, why not?
.putExtra("android.content.extra.SHOW_ADVANCED", true);
if (intent.hasExtra(Intent.EXTRA_ALLOW_MULTIPLE)) {
newIntent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE,