Skip to content
Snippets Groups Projects
Verified Commit 0b0cae06 authored by Torsten Grote's avatar Torsten Grote
Browse files

Don't show introduction onboarding again no matter how dismissed

parent a422c626
No related branches found
No related tags found
No related merge requests found
......@@ -809,7 +809,7 @@ public class ConversationActivity extends BriarActivity
@Override
public void onHidePrompt(MotionEvent motionEvent,
boolean focalClicked) {
if (focalClicked) introductionOnboardingSeen();
introductionOnboardingSeen();
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment