mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	fix: wrong language shown when rotating screen in popup player
This commit is contained in:
		| @@ -172,6 +172,7 @@ public final class PopupVideoPlayer extends Service { | ||||
|  | ||||
|     @Override | ||||
|     public void onConfigurationChanged(Configuration newConfig) { | ||||
|         changeAppLanguage(getAppLocale(getApplicationContext()), getResources()); | ||||
|         if (DEBUG) Log.d(TAG, "onConfigurationChanged() called with: newConfig = [" + newConfig + "]"); | ||||
|         updateScreenSize(); | ||||
|         updatePopupSize(popupLayoutParams.width, -1); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 B0pol
					B0pol