Skip to content

Commit

Permalink
Reverted back to old method for pipeline handling
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldietz committed Mar 16, 2023
1 parent c35c6ed commit 35a91fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public void buttonPressed(View view)
{
case R.id.id_imageButton:
{
handlePipe();
handlePipeOld();
break;
}
}
Expand Down

0 comments on commit 35a91fe

Please sign in to comment.