mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 07:57:28 +00:00
add default case to switch statement - issue #1101
This commit is contained in:
parent
fdacd1b421
commit
1f61926108
@ -458,6 +458,10 @@ public class StoryViewerFragment extends Fragment {
|
||||
//No button clicked
|
||||
dialog.dismiss();
|
||||
break;
|
||||
|
||||
default:
|
||||
dialog.dismiss();
|
||||
break;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user