[editor] 'discard' and 'delete' buttons only available when nothing was uploaded to OSM

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-12-17 18:00:58 +01:00
committed by map-per
parent 4f2b479b2c
commit 26bad5dffb
8 changed files with 29 additions and 23 deletions

View File

@@ -190,5 +190,5 @@ public final class Editor
@FeatureStatus
public static native int nativeGetMapObjectStatus();
public static native boolean nativeIsMapObjectUploaded();
public static native boolean nativeAreSomeFeatureChangesUploaded();
}