Template editing: 3-dot -menu doesn't open

What’s The Bug?

The 3-dot -menu of the template editing -window cannot be opened.

How To Reproduce It

  1. Go to settings → Object types
  2. Click on a type and on the button “Templates”
  3. Open a template editing -window
  4. Click on the 3-dot -menu of the upper right corner

Image or Video

The Expected Behavior

The 3-dot -menu opens after clicking on it.

Device

Samsung Galaxy S23

OS

Android 16

Anytype Version

0.40.19-beta

Network Mode

AnySync

Technical Information

Gerät: SM-S911B samsung
Android-Version: 36
App-Version: 0.40.19-beta
Buildnummer: 4019
Bibliotheksversion: 0.44.6
Konto ID: A6QbKTKsNgYmH2aZZ9kehBew14wb9YG2sD9vYwVaKKQhDS5L
Gerät ID: 12D3KooWDNEQVLxmY2cDj8hyuWTTz4C9xzw9i3zMhE7JMzqDGART
Analyse ID: 2b120988-904a-4886-a16e-c0503b05bc83
Ethereum-Schlüssel ID: 0x010444A3400d74C54eb1a1426159A84691a6DaD8

So the problem here is in the execute() function of EditorFragment command executed is Command.OpenDocumentMenu where in the navigation function current destination id is passed as R.id.pageScreen but in actuality current screen is EditorModalFragment so id doesnt match and navigation doesn’t happen.

I can raise a PR for this

@konstantiniiv not sure if this was intentional because the commit is marked as “Pre-release sentry fixes“ so was this intentional?

This report has been added to our issue tracker and received by the Development Team.