mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Remove Settings button from download activity
This commit is contained in:
		| @@ -80,9 +80,6 @@ public class DownloadActivity extends AppCompatActivity { | |||||||
|             case android.R.id.home: |             case android.R.id.home: | ||||||
|                 onBackPressed(); |                 onBackPressed(); | ||||||
|                 return true; |                 return true; | ||||||
|             case R.id.action_settings: |  | ||||||
|                 NavigationHelper.openSettings(this); |  | ||||||
|                 return true; |  | ||||||
|             default: |             default: | ||||||
|                 return super.onOptionsItemSelected(item); |                 return super.onOptionsItemSelected(item); | ||||||
|         } |         } | ||||||
|   | |||||||
| @@ -26,8 +26,4 @@ | |||||||
|         android:icon="?attr/ic_delete" |         android:icon="?attr/ic_delete" | ||||||
|         android:title="@string/clear_download_history" |         android:title="@string/clear_download_history" | ||||||
|         app:showAsAction="ifRoom" /> |         app:showAsAction="ifRoom" /> | ||||||
|  |  | ||||||
|     <item android:id="@+id/action_settings" |  | ||||||
|         android:title="@string/settings" |  | ||||||
|         app:showAsAction="never" /> |  | ||||||
| </menu> | </menu> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox