diff options
author | 2025-03-14 16:11:39 +0000 | |
---|---|---|
committer | 2025-03-20 00:17:48 +0000 | |
commit | 4332f355c63fbfc4bc7c859ce8969b1960dc39dd (patch) | |
tree | 7fe095c76b8ac0fe30d833cdc605a0131b9e2c4e /proguard.flags | |
parent | 60ab4dfb4e8814d1da61ba450cd228b4771b84bf (diff) |
Add the job progress panel
This panel is displayed on click of the job toolbar icon.
This also changes the context passed into files.MenuManager to be the
activity context as the application context doesn't have the theme
information required for JobPanelController to inflate layouts.
Bug: 385841754
Test: atest -c 'DocumentsUIGoogleTests:com.android.documentsui.JobPanelUiTest'
Flag: com.android.documentsui.flags.visual_signals_ro
Change-Id: Idd95bd97863892407ed740b3ff8a013408e37b6a
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags index 76449d4e9..34071fa6d 100644 --- a/proguard.flags +++ b/proguard.flags @@ -106,6 +106,7 @@ int dir_menu_view_in_owner; int drawer_layout; int inspector_details_view; + int job_progress_panel_title; int option_menu_create_dir; int option_menu_debug; int option_menu_extract_all; |