getting to release 2.8.5

This commit is contained in:
Epic Studios 2024-04-19 00:24:00 +02:00
parent 914375c8ed
commit d3a34ff81d
5 changed files with 22 additions and 23 deletions

View file

@ -628,10 +628,7 @@ public class MainActivity extends AppCompatActivity {
public void run() {
if (!isRunning) {
Intent serviceIntent = new Intent(activity, MainService.class);
if (MainSettingsManager.getVmUi(activity).equals("X11"))
MainService.env = "dwm; " + env;
else
MainService.env = env;
MainService.env = env;
MainService.CHANNEL_ID = vmName;
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
activity.startForegroundService(serviceIntent);