mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Fix seek bar
This commit is contained in:
parent
86a192fa9c
commit
a678e9292b
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
seekBar.setOnTouchListener(new View.OnTouchListener() {
|
||||
@Override
|
||||
public boolean onTouch(View v, MotionEvent event) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue