mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-23 17:48:50 +00:00

committed by
Moxie Marlinspike

parent
c5e495bfe5
commit
10c1ee70e8
@@ -316,7 +316,7 @@ public class AudioView extends FrameLayout implements AudioSlidePlayer.Listener
|
||||
}
|
||||
}
|
||||
|
||||
private class TouchIgnoringListener implements OnTouchListener {
|
||||
private static class TouchIgnoringListener implements OnTouchListener {
|
||||
@Override
|
||||
public boolean onTouch(View v, MotionEvent event) {
|
||||
return true;
|
||||
|
@@ -85,7 +85,7 @@ public class EmojiParser {
|
||||
return best;
|
||||
}
|
||||
|
||||
public class Candidate {
|
||||
public static class Candidate {
|
||||
|
||||
private final int startIndex;
|
||||
private final int endIndex;
|
||||
@@ -110,7 +110,7 @@ public class EmojiParser {
|
||||
}
|
||||
}
|
||||
|
||||
public class CandidateList implements Iterable<Candidate> {
|
||||
public static class CandidateList implements Iterable<Candidate> {
|
||||
public final List<EmojiParser.Candidate> list;
|
||||
public final boolean allEmojis;
|
||||
|
||||
|
Reference in New Issue
Block a user