Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 9193f69

Browse files
authored
Merge pull request #51 from l3ger0j/master-second-path
Master second path
2 parents 124a815 + f592513 commit 9193f69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "org.qp.android"
1111
minSdk 26
1212
targetSdk 34
13-
versionCode 202501
14-
versionName "3.25.1"
13+
versionCode 202502
14+
versionName "3.25.2"
1515
resourceConfigurations += ['en', 'ru']
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
externalNativeBuild {

app/src/main/java/org/qp/android/model/lib/LibProxyImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,13 +282,13 @@ private void doRunGame(final long id,
282282
final Uri dir,
283283
final Uri file) {
284284
gameInterface.doWithCounterDisabled(() -> {
285-
getAudioPlayer().closeAllFiles();
286285
gameState.reset();
287286
gameState.gameRunning = true;
288287
gameState.gameId = id;
289288
gameState.gameTitle = title;
290289
gameState.gameDirUri = dir;
291290
gameState.gameFileUri = file;
291+
getAudioPlayer().closeAllFiles();
292292
if (!loadGameWorld()) return;
293293
gameStartTime = SystemClock.elapsedRealtime();
294294
lastMsCountCallTime = 0;

app/src/main/java/org/qp/android/ui/stock/StockViewModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public void doOnFinishActionMode() {
400400
}
401401

402402
public void doOnChangeDestination(@IdRes int resId) {
403-
actEmit.waitAndExecuteOnce(new StockFragmentNavigation.ChangeDestination(resId));
403+
actEmit.waitAndExecute(new StockFragmentNavigation.ChangeDestination(resId));
404404
}
405405

406406
public void doOnChangeElementColorToDKGray() {

0 commit comments

Comments
 (0)