Fix typo
This commit is contained in:
parent
4360df4943
commit
6fcafc1407
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue