Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94315a1e authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

#831 Fix SingleNoteWidget

parent af879111
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,6 +71,6 @@ public class SingleNoteWidgetConfigurationActivity extends MainActivity {
            } catch (SQLException e) {
                Toast.makeText(this, e.getLocalizedMessage(), Toast.LENGTH_LONG).show();
            }
        });
        }).start();
    }
}