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

Commit 0762f982 authored by Niedermann IT-Dienstleistungen's avatar Niedermann IT-Dienstleistungen
Browse files
parent 27303d6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -354,8 +354,8 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
                    startActivityForResult(aboutIntent, about);
                } else if (item == itemTrashbin) {
                    SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(getApplicationContext());
                    preferences.getString(SettingsActivity.SETTINGS_URL, SettingsActivity.DEFAULT_SETTINGS);
                    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(preferences.getString(SettingsActivity.SETTINGS_URL, SettingsActivity.DEFAULT_SETTINGS) + "index.php/apps/files/?dir=/&view=trashbin")));
                    String url = preferences.getString(SettingsActivity.SETTINGS_URL, SettingsActivity.DEFAULT_SETTINGS);
                    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url + "index.php/apps/files/?dir=/&view=trashbin")));
                }
            }