Fixed : wifi toggling by edit phone

Signed-off-by: Shikhar Vashistha <shikharvashistha@yandex.com>
This commit is contained in:
Shikhar Vashistha 2021-09-08 04:53:05 +00:00 committed by Viktor Govako
parent 2a26b0ffb4
commit 3902363657

View file

@ -497,6 +497,7 @@ public class EditorFragment extends BaseMwmFragment implements View.OnClickListe
case R.id.phone:
case R.id.edit_phone:
mParent.editPhone();
break;
case R.id.block_wifi:
mWifi.toggle();
break;