fix: Just make submodule stay the same please intellj

This commit is contained in:
Pun Butrach
2025-12-04 00:36:19 +07:00
parent ee47017b18
commit 0e8b200bab
1646 changed files with 93751 additions and 147235 deletions
@@ -41,8 +41,8 @@ import com.android.systemui.plugins.annotations.ProvidesInterface;
public interface VolumeDialogController {
int VERSION = 1;
void setActiveStream(int stream, boolean sync);
void setStreamVolume(int stream, int userLevel, boolean sync);
void setActiveStream(int stream);
void setStreamVolume(int stream, int userLevel);
void setRingerMode(int ringerModeNormal, boolean external);
boolean hasVibrator();