Skip to content

Commit

Permalink
Merge pull request #102 from learning-layers/integration
Browse files Browse the repository at this point in the history
Remove zipu a zapu
  • Loading branch information
melonmanchan authored Jan 30, 2017
2 parents 2e093e3 + 8b64009 commit 411ea4e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 463 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
import fi.aalto.legroup.achso.entities.Video;
import fi.aalto.legroup.achso.playback.PlayerActivity;
import fi.aalto.legroup.achso.sharing.SharingActivity;
import fi.aalto.legroup.achso.storage.local.ExportService;
import fi.aalto.legroup.achso.storage.remote.TransferErrorEvent;
import fi.aalto.legroup.achso.storage.remote.TransferStateEvent;
import fi.aalto.legroup.achso.storage.remote.download.DownloadErrorEvent;
Expand Down Expand Up @@ -158,11 +157,6 @@ public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
@Override
public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
switch (item.getItemId()) {
case R.id.action_share_video:
ExportService.export(getActivity(), getSelection());
mode.finish();
return true;

case R.id.action_delete:
VideoDeletionFragment.newInstance(getSelection())
.show(getFragmentManager(), "DeletionFragment");
Expand Down
Loading

0 comments on commit 411ea4e

Please sign in to comment.