mirror of
				https://framagit.org/tom79/fedilab-tube
				synced 2025-06-05 21:09:11 +02:00 
			
		
		
		
	Fix issue #162
This commit is contained in:
		| @@ -1652,7 +1652,7 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd | ||||
|             public void onReceive(Context context, Intent intent) { | ||||
|                 String strAction = intent.getAction(); | ||||
|                 if (strAction.equals(Intent.ACTION_SCREEN_OFF)) { | ||||
|                     if (player != null && isPlayInMinimized) { | ||||
|                     if (player != null) { | ||||
|                         if (!sharedpreferences.getBoolean(getString(R.string.set_play_screen_lock_choice), false)) { | ||||
|                             player.setPlayWhenReady(false); | ||||
|                         } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user