mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
Update SMSPlugin.java by removing a duplicate lines
This commit is contained in:
parent
aa51019d0a
commit
a7a66ecb2b
@ -391,8 +391,6 @@ public class SMSPlugin extends Plugin {
|
||||
switch (np.getType()) {
|
||||
case PACKET_TYPE_SMS_REQUEST_CONVERSATIONS:
|
||||
return this.handleRequestConversations(np);
|
||||
case PACKET_TYPE_SMS_REQUEST_CONVERSATION:
|
||||
return this.handleRequestConversation(np);
|
||||
case PACKET_TYPE_SMS_REQUEST:
|
||||
if (np.getBoolean("sendSms")) {
|
||||
String textMessage = np.getString("messageBody");
|
||||
|
Loading…
x
Reference in New Issue
Block a user