We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb3376 commit 6b9e040Copy full SHA for 6b9e040
1 file changed
app/src/main/java/net/duhowpi/nfccoins/MainActivity.kt
@@ -205,7 +205,6 @@ class MainActivity : AppCompatActivity() {
205
val sellerMode = AdvancedSettingsActivity.isSellerModeEnabled(this)
206
menu.findItem(R.id.action_management)?.isVisible = !sellerMode
207
menu.findItem(R.id.action_custom_buttons)?.isVisible = !sellerMode
208
- menu.findItem(R.id.action_undo)?.isVisible = !sellerMode
209
val isUndoActive = pendingAction == PendingAction.UNDO_TRANSACTION
210
handler.post {
211
val undoView = window.decorView.findViewById<View>(R.id.action_undo)
0 commit comments