mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	| @@ -72,7 +72,9 @@ public class SettingsActivity extends AppCompatActivity implements BasePreferenc | |||||||
|     public boolean onOptionsItemSelected(MenuItem item) { |     public boolean onOptionsItemSelected(MenuItem item) { | ||||||
|         int id = item.getItemId(); |         int id = item.getItemId(); | ||||||
|         if (id == android.R.id.home) { |         if (id == android.R.id.home) { | ||||||
|             finish(); |             if (getSupportFragmentManager().getBackStackEntryCount() == 0) { | ||||||
|  |                 finish(); | ||||||
|  |             } else getSupportFragmentManager().popBackStack(); | ||||||
|         } |         } | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mauricio Colli
					Mauricio Colli