def labelWhisper(self):
     if self.receiverId:
         self.whisperName = ChatUtil.findAvatarName(self.receiverId)
         self.whisperLabel['text'] = OTPLocalizer.ChatInputWhisperLabel % self.whisperName
         self.whisperLabel.show()
     else:
         self.whisperLabel.hide()
 def labelWhisper(self):
     if self.receiverId:
         self.whisperName = ChatUtil.findAvatarName(self.receiverId)
         self.whisperLabel[
             'text'] = OTPLocalizer.ChatInputWhisperLabel % self.whisperName
         self.whisperLabel.show()
     else:
         self.whisperLabel.hide()