|
|
@@ -167,6 +167,8 @@ public class LoginFragment extends Fragment/* implements OnClickListener */
|
|
|
@Override
|
|
|
public View createContentView(final BasicDialog dialog) {
|
|
|
|
|
|
+ dialog.setCancelable(false);
|
|
|
+
|
|
|
View rootView = LayoutInflater.from(getContext()).inflate(R.layout.report_background_location_dialog,null);
|
|
|
|
|
|
Button rejectBtn, askBtn, allowBtn;
|